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
7d97ed14
Verified
Commit
7d97ed14
authored
Jan 12, 2020
by
nezorflame
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move overlays to vendor, add one for Actions Services
parent
a5435daf
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
23 additions
and
9 deletions
+23
-9
product/overlay/PixelLauncherOverlay/res/values/public.xml
product/overlay/PixelLauncherOverlay/res/values/public.xml
+0
-4
product/overlay/WellbeingOverlay/res/values/public.xml
product/overlay/WellbeingOverlay/res/values/public.xml
+0
-4
vendor/overlay/ActionsServicesOverlay.apk
vendor/overlay/ActionsServicesOverlay.apk
+3
-0
vendor/overlay/ActionsServicesOverlay/AndroidManifest.xml
vendor/overlay/ActionsServicesOverlay/AndroidManifest.xml
+4
-0
vendor/overlay/ActionsServicesOverlay/res/values/strings.xml
vendor/overlay/ActionsServicesOverlay/res/values/strings.xml
+9
-0
vendor/overlay/PixelLauncherOverlay.apk
vendor/overlay/PixelLauncherOverlay.apk
+3
-0
vendor/overlay/PixelLauncherOverlay/AndroidManifest.xml
vendor/overlay/PixelLauncherOverlay/AndroidManifest.xml
+1
-1
vendor/overlay/PixelLauncherOverlay/res/values/strings.xml
vendor/overlay/PixelLauncherOverlay/res/values/strings.xml
+0
-0
vendor/overlay/WellbeingOverlay.apk
vendor/overlay/WellbeingOverlay.apk
+3
-0
vendor/overlay/WellbeingOverlay/AndroidManifest.xml
vendor/overlay/WellbeingOverlay/AndroidManifest.xml
+0
-0
vendor/overlay/WellbeingOverlay/res/values/strings.xml
vendor/overlay/WellbeingOverlay/res/values/strings.xml
+0
-0
No files found.
product/overlay/PixelLauncherOverlay/res/values/public.xml
deleted
100644 → 0
View file @
a5435daf
<?xml version="1.0" encoding="utf-8"?>
<resources>
<public
type=
"string"
name=
"config_recentsComponentName"
id=
"0x7f030000"
/>
</resources>
\ No newline at end of file
product/overlay/WellbeingOverlay/res/values/public.xml
deleted
100644 → 0
View file @
a5435daf
<?xml version="1.0" encoding="utf-8"?>
<resources>
<public
type=
"string"
name=
"config_defaultWellbeingPackage"
id=
"0x7f030001"
/>
</resources>
\ No newline at end of file
vendor/overlay/ActionsServicesOverlay.apk
0 → 100644
LFS
View file @
7d97ed14
File added
vendor/overlay/ActionsServicesOverlay/AndroidManifest.xml
0 → 100644
View file @
7d97ed14
<?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/ActionsServicesOverlay/res/values/strings.xml
0 → 100644
View file @
7d97ed14
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string
name=
"config_defaultAppPredictionService"
>
com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService
</string>
<string
name=
"config_defaultAugmentedAutofillService"
>
com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiAugmentedAutofillService
</string>
<string
name=
"config_defaultContentSuggestionsService"
>
com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiContentSuggestionsService
</string>
<string
name=
"config_defaultSystemCaptionsManagerService"
>
com.google.android.as/com.google.android.apps.miphone.aiai.captions.SystemCaptionsManagerService
</string>
<string
name=
"config_defaultSystemCaptionsService"
>
com.google.android.as/com.google.android.apps.miphone.aiai.captions.CaptionsService
</string>
<string
name=
"config_defaultTextClassifierPackage"
>
com.google.android.as
</string>
</resources>
product
/overlay/PixelLauncherOverlay.apk
→
vendor
/overlay/PixelLauncherOverlay.apk
LFS
View file @
7d97ed14
No preview for this file type
product
/overlay/PixelLauncherOverlay/AndroidManifest.xml
→
vendor
/overlay/PixelLauncherOverlay/AndroidManifest.xml
View file @
7d97ed14
<?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=
"
1
"
android:targetPackage=
"android"
/>
<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
product
/overlay/PixelLauncherOverlay/res/values/strings.xml
→
vendor
/overlay/PixelLauncherOverlay/res/values/strings.xml
View file @
7d97ed14
File moved
product
/overlay/WellbeingOverlay.apk
→
vendor
/overlay/WellbeingOverlay.apk
LFS
View file @
7d97ed14
No preview for this file type
product
/overlay/WellbeingOverlay/AndroidManifest.xml
→
vendor
/overlay/WellbeingOverlay/AndroidManifest.xml
View file @
7d97ed14
File moved
product
/overlay/WellbeingOverlay/res/values/strings.xml
→
vendor
/overlay/WellbeingOverlay/res/values/strings.xml
View file @
7d97ed14
File moved
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