mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 10:28:50 +01:00
(android) Disable android backup
This commit is contained in:
parent
609e2c5bd9
commit
a001815422
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
android:label="@string/app_name"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:name="androidx.multidex.MultiDexApplication"
|
||||
android:usesCleartextTraffic="true">
|
||||
android:usesCleartextTraffic="true"
|
||||
android:allowBackup="false">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:launchMode="singleTop"
|
||||
|
|
Loading…
Reference in a new issue