Disable auto-backup for Settings App
- we dont want Settings data to be backed-up so add android:allowBackup="false" to the AndroidManifest Change-Id: I1165a37ecdd18c6a6526ce8b9a9576d9bbfd415b
This commit is contained in:
@@ -75,7 +75,8 @@
|
||||
android:theme="@style/Theme.Settings"
|
||||
android:hardwareAccelerated="true"
|
||||
android:requiredForAllUsers="true"
|
||||
android:supportsRtl="true">
|
||||
android:supportsRtl="true"
|
||||
android:allowBackup="false">
|
||||
|
||||
<!-- Settings -->
|
||||
|
||||
|
Reference in New Issue
Block a user