opt out of google drive app backup
This commit is contained in:
parent
9674b706db
commit
9496ed31fd
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
tools:ignore="ProtectedPermissions"/>
|
||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
||||
|
||||
<application android:allowBackup="true"
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme"
|
||||
|
|
Loading…
Reference in a new issue