sdm660-common: overlay: Do not allow backup of overlays

Change-Id: I3b9c7e603ba619c95293b38bb58dc49f4f8b5974
This commit is contained in:
Alvin Francis 2024-02-27 15:50:24 +08:00 committed by CakesTwix
parent 45a189e079
commit 7b224410e5
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
8 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.carrierconfig.overlay.sdm660">
<application android:hasCode="false" />
<application android:hasCode="false" android:allowBackup="false"/>
<overlay
android:targetPackage="com.android.carrierconfig"
android:isStatic="true"

View file

@ -13,7 +13,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.dialer.overlay.sdm660">
<application android:hasCode="false" />
<application android:hasCode="false" android:allowBackup="false"/>
<overlay
android:targetPackage="com.android.dialer"
android:isStatic="true"

View file

@ -13,7 +13,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.frameworks.overlay.sdm660">
<application android:hasCode="false" />
<application android:hasCode="false" android:allowBackup="false"/>
<overlay
android:targetPackage="android"
android:isStatic="true"

View file

@ -13,7 +13,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.overlay.sdm660">
<application android:hasCode="false" />
<application android:hasCode="false" android:allowBackup="false"/>
<overlay
android:targetPackage="com.android.settings"
android:isStatic="true"

View file

@ -13,7 +13,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settingsprovider.overlay.sdm660">
<application android:hasCode="false" />
<application android:hasCode="false" android:allowBackup="false"/>
<overlay
android:targetPackage="com.android.providers.settings"
android:isStatic="true"

View file

@ -13,7 +13,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.systemui.overlay.sdm660">
<application android:hasCode="false" />
<application android:hasCode="false" android:allowBackup="false"/>
<overlay
android:targetPackage="com.android.systemui"
android:isStatic="true"

View file

@ -13,7 +13,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.phone.overlay.sdm660">
<application android:hasCode="false" />
<application android:hasCode="false" android:allowBackup="false"/>
<overlay
android:targetPackage="com.android.phone"
android:isStatic="true"

View file

@ -19,7 +19,7 @@
package="com.android.wifi.resources.sdm660"
android:versionCode="1"
android:versionName="1.0">
<application android:hasCode="false" />
<application android:hasCode="false" android:allowBackup="false"/>
<overlay
android:targetPackage="com.android.wifi.resources"
android:targetName="WifiCustomization"