3
0
Fork 0

gms: Add RRO for Settings Intelligence package

This commit is contained in:
AdarshGrewal 2022-01-12 12:17:22 +05:30
parent 455e8b5400
commit 773005d7e2
4 changed files with 23 additions and 0 deletions

View File

@ -14,4 +14,8 @@
# limitations under the License.
#
# GMS RRO overlay
PRODUCT_PACKAGES += \
GoogleSettingsOverlay
$(call inherit-product, vendor/gms/common/common-vendor.mk)

View File

@ -0,0 +1,4 @@
runtime_resource_overlay {
name: "GoogleSettingsOverlay",
product_specific: true,
}

View File

@ -0,0 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.plus.android.overlay.settings"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.settings" android:priority="1" android:isStatic="true" />
</manifest>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Settings intelligence package name -->
<string name="config_settingsintelligence_log_action">com.google.android.settings.intelligence.contextualcards.CARD_INTERACTION_RECEIVER</string>
<!-- Settings intelligence interaction log intent action -->
<string name="config_settingsintelligence_package_name">com.google.android.settings.intelligence</string>
</resources>