overlays: Update for tau
* Referenced both relevant packages. * No diff to GmsSettingsProviderOverlay. * Added all diffs from GmsOverlay except for LatinIme. * [razorloves]: Remove overlays duplicated in AOSP.
This commit is contained in:
@@ -2,5 +2,6 @@
|
|||||||
package="com.mtg.gmsoverlay"
|
package="com.mtg.gmsoverlay"
|
||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="1.0">
|
android:versionName="1.0">
|
||||||
|
<application android:hasCode="false" />
|
||||||
<overlay android:targetPackage="android" android:priority="1337" android:isStatic="true" />
|
<overlay android:targetPackage="android" android:priority="1337" android:isStatic="true" />
|
||||||
</manifest>
|
</manifest>
|
||||||
|
@@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
|
<!-- Apps that are authorized to access shared accounts -->
|
||||||
|
<string name="config_appsAuthorizedForSharedAccounts" translatable="false">;com.android.vending;com.android.settings;</string>
|
||||||
|
|
||||||
<!-- Default service to enable with accessibility shortcut [DO NOT TRANSLATE] -->
|
<!-- Default service to enable with accessibility shortcut [DO NOT TRANSLATE] -->
|
||||||
<string name="config_defaultAccessibilityService" translatable="false">com.google.android.marvin.talkback/.TalkBackService</string>
|
<string name="config_defaultAccessibilityService" translatable="false">com.google.android.marvin.talkback/.TalkBackService</string>
|
||||||
|
|
||||||
@@ -42,6 +45,8 @@
|
|||||||
only. The component must be part of a system app. -->
|
only. The component must be part of a system app. -->
|
||||||
<string name="config_defaultSupervisionProfileOwnerComponent" translatable="false">com.google.android.gms/.kids.account.receiver.ProfileOwnerReceiver</string>
|
<string name="config_defaultSupervisionProfileOwnerComponent" translatable="false">com.google.android.gms/.kids.account.receiver.ProfileOwnerReceiver</string>
|
||||||
|
|
||||||
|
<string name="config_systemSupervision" translatable="false">com.google.android.gms.supervision</string>
|
||||||
|
|
||||||
<!-- The set of system packages on device that are queryable by any app regardless of the
|
<!-- The set of system packages on device that are queryable by any app regardless of the
|
||||||
contents of its manifest. -->
|
contents of its manifest. -->
|
||||||
<string-array name="config_forceQueryablePackages" translatable="false">
|
<string-array name="config_forceQueryablePackages" translatable="false">
|
||||||
@@ -52,4 +57,19 @@
|
|||||||
<item>com.google.android.gms</item>
|
<item>com.google.android.gms</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Component name that accepts settings intents for saved devices.
|
||||||
|
Used by FastPairSettingsFragment. -->
|
||||||
|
<string translatable="false" name="config_defaultNearbyFastPairSettingsDevicesComponent">com.google.android.gms/com.google.android.gms.nearby.discovery.devices.SavedDevicesSettingsActivity</string>
|
||||||
|
|
||||||
|
<!-- The name of the package that will hold the game service role. -->
|
||||||
|
<string name="config_systemGameService" translatable="false">com.google.android.gms</string>
|
||||||
|
|
||||||
|
<!-- The name of the package that will hold the device management role and its certificate's SHA256. -->
|
||||||
|
<string name="config_devicePolicyManagement" translatable="false">com.google.android.apps.work.clouddpc:23962F4B43B9857638EA66F4D419518EAE282491ACDA4B94707BD59003C45E58</string>
|
||||||
|
|
||||||
|
<!-- The name of the package that will handle updating the device management role. -->
|
||||||
|
<string name="config_devicePolicyManagementUpdater" translatable="false">com.google.android.gms</string>
|
||||||
|
|
||||||
|
<!-- Flag indicating which package name can access the persistent data partition -->
|
||||||
|
<string name="config_persistentDataPackageName" translatable="false">com.google.android.gms</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -2,5 +2,6 @@
|
|||||||
package="com.mtg.gmssettingsprovideroverlay"
|
package="com.mtg.gmssettingsprovideroverlay"
|
||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="1.0">
|
android:versionName="1.0">
|
||||||
|
<application android:hasCode="false" />
|
||||||
<overlay android:targetPackage="com.android.providers.settings" android:priority="1337" android:isStatic="true" />
|
<overlay android:targetPackage="com.android.providers.settings" android:priority="1337" android:isStatic="true" />
|
||||||
</manifest>
|
</manifest>
|
||||||
|
Reference in New Issue
Block a user