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:
Fabrice Di Meglio
2014-06-30 13:11:53 -07:00
parent 746078fb71
commit 66445565ee

View File

@@ -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 -->