Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Kevin Haggerty
all
Commits
15f8aa56
Verified
Commit
15f8aa56
authored
Jan 13, 2020
by
nezorflame
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Phone overlays and modify XML's for others
parent
7d97ed14
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
38 additions
and
9 deletions
+38
-9
vendor/overlay/ActionsServicesOverlay.apk
vendor/overlay/ActionsServicesOverlay.apk
+2
-2
vendor/overlay/ActionsServicesOverlay/AndroidManifest.xml
vendor/overlay/ActionsServicesOverlay/AndroidManifest.xml
+2
-1
vendor/overlay/PhoneOverlay.apk
vendor/overlay/PhoneOverlay.apk
+3
-0
vendor/overlay/PhoneOverlay/AndroidManifest.xml
vendor/overlay/PhoneOverlay/AndroidManifest.xml
+5
-0
vendor/overlay/PhoneOverlay/res/values/strings.xml
vendor/overlay/PhoneOverlay/res/values/strings.xml
+5
-0
vendor/overlay/PixelLauncherOverlay.apk
vendor/overlay/PixelLauncherOverlay.apk
+2
-2
vendor/overlay/PixelLauncherOverlay/AndroidManifest.xml
vendor/overlay/PixelLauncherOverlay/AndroidManifest.xml
+2
-1
vendor/overlay/TelecomOverlay.apk
vendor/overlay/TelecomOverlay.apk
+3
-0
vendor/overlay/TelecomOverlay/AndroidManifest.xml
vendor/overlay/TelecomOverlay/AndroidManifest.xml
+5
-0
vendor/overlay/TelecomOverlay/res/values/strings.xml
vendor/overlay/TelecomOverlay/res/values/strings.xml
+5
-0
vendor/overlay/WellbeingOverlay.apk
vendor/overlay/WellbeingOverlay.apk
+2
-2
vendor/overlay/WellbeingOverlay/AndroidManifest.xml
vendor/overlay/WellbeingOverlay/AndroidManifest.xml
+2
-1
No files found.
vendor/overlay/ActionsServicesOverlay.apk
LFS
View file @
15f8aa56
No preview for this file type
vendor/overlay/ActionsServicesOverlay/AndroidManifest.xml
View file @
15f8aa56
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:compileSdkVersion=
"28"
android:compileSdkVersionCodename=
"9"
package=
"com.opengapps.actionsservicesoverlay"
platformBuildVersionCode=
"28"
platformBuildVersionName=
"9"
>
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:compileSdkVersion=
"28"
android:compileSdkVersionCodename=
"9"
package=
"com.opengapps.actionsservicesoverlay"
platformBuildVersionCode=
"28"
platformBuildVersionName=
"9"
>
<overlay
android:isStatic=
"true"
android:priority=
"3"
android:targetPackage=
"android"
/>
<application
android:hasCode=
"false"
android:label=
"Actions Services overlay"
/>
</manifest>
\ No newline at end of file
vendor/overlay/PhoneOverlay.apk
0 → 100644
LFS
View file @
15f8aa56
File added
vendor/overlay/PhoneOverlay/AndroidManifest.xml
0 → 100644
View file @
15f8aa56
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:compileSdkVersion=
"28"
android:compileSdkVersionCodename=
"9"
package=
"com.opengapps.phoneoverlay"
platformBuildVersionCode=
"28"
platformBuildVersionName=
"9"
>
<overlay
android:isStatic=
"true"
android:priority=
"1"
android:targetPackage=
"com.android.phone"
/>
<application
android:hasCode=
"false"
android:label=
"Phone Services overlay"
/>
</manifest>
\ No newline at end of file
vendor/overlay/PhoneOverlay/res/values/strings.xml
0 → 100644
View file @
15f8aa56
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string
name=
"ui_default_package"
>
com.google.android.dialer
</string>
<string
name=
"dialer_default_class"
>
com.google.android.dialer.extensions.GoogleDialtactsActivity
</string>
</resources>
vendor/overlay/PixelLauncherOverlay.apk
LFS
View file @
15f8aa56
No preview for this file type
vendor/overlay/PixelLauncherOverlay/AndroidManifest.xml
View file @
15f8aa56
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:compileSdkVersion=
"28"
android:compileSdkVersionCodename=
"9"
package=
"com.opengapps.pixellauncheroverlay"
platformBuildVersionCode=
"28"
platformBuildVersionName=
"9"
>
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:compileSdkVersion=
"28"
android:compileSdkVersionCodename=
"9"
package=
"com.opengapps.pixellauncheroverlay"
platformBuildVersionCode=
"28"
platformBuildVersionName=
"9"
>
<overlay
android:isStatic=
"true"
android:priority=
"2"
android:targetPackage=
"android"
/>
<application
android:hasCode=
"false"
android:label=
"Pixel Launcher overlay"
/>
</manifest>
\ No newline at end of file
vendor/overlay/TelecomOverlay.apk
0 → 100644
LFS
View file @
15f8aa56
File added
vendor/overlay/TelecomOverlay/AndroidManifest.xml
0 → 100644
View file @
15f8aa56
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:compileSdkVersion=
"28"
android:compileSdkVersionCodename=
"9"
package=
"com.opengapps.telecomoverlay"
platformBuildVersionCode=
"28"
platformBuildVersionName=
"9"
>
<overlay
android:isStatic=
"true"
android:priority=
"1"
android:targetPackage=
"com.android.server.telecom"
/>
<application
android:hasCode=
"false"
android:label=
"Call Management overlay"
/>
</manifest>
\ No newline at end of file
vendor/overlay/TelecomOverlay/res/values/strings.xml
0 → 100644
View file @
15f8aa56
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string
name=
"ui_default_package"
>
com.google.android.dialer
</string>
<string
name=
"dialer_default_class"
>
com.google.android.dialer.extensions.GoogleDialtactsActivity
</string>
</resources>
vendor/overlay/WellbeingOverlay.apk
LFS
View file @
15f8aa56
No preview for this file type
vendor/overlay/WellbeingOverlay/AndroidManifest.xml
View file @
15f8aa56
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:compileSdkVersion=
"28"
android:compileSdkVersionCodename=
"9"
package=
"com.opengapps.wellbeingoverlay"
platformBuildVersionCode=
"28"
platformBuildVersionName=
"9"
>
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:compileSdkVersion=
"28"
android:compileSdkVersionCodename=
"9"
package=
"com.opengapps.wellbeingoverlay"
platformBuildVersionCode=
"28"
platformBuildVersionName=
"9"
>
<overlay
android:isStatic=
"true"
android:priority=
"1"
android:targetPackage=
"android"
/>
<application
android:hasCode=
"false"
android:label=
"Digital Wellbeing overlay"
/>
</manifest>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment