mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 04:51:38 +02:00
opt out of google drive app backup
This commit is contained in:
parent
9674b706db
commit
9496ed31fd
|
@ -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