gms: Add RRO for Settings Intelligence package
This commit is contained in:
parent
455e8b5400
commit
773005d7e2
|
@ -14,4 +14,8 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
|
||||
# GMS RRO overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
GoogleSettingsOverlay
|
||||
|
||||
$(call inherit-product, vendor/gms/common/common-vendor.mk)
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
runtime_resource_overlay {
|
||||
name: "GoogleSettingsOverlay",
|
||||
product_specific: true,
|
||||
}
|
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in New Issue