sdm660-common: overlay: Do not allow backup of overlays
Change-Id: I3b9c7e603ba619c95293b38bb58dc49f4f8b5974
This commit is contained in:
parent
45a189e079
commit
7b224410e5
8 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue