Skip to content

Commit ae717d8

Browse files
Leonid Plyushchfornwall
Leonid Plyushch
authored andcommitted
do not allow to backup data by Google
Why: * During backup process Termux is being killed in most cases. * Backup data is limited to 25 MB. * Backup may not be performed/updated in certain cases.
1 parent 6c55c3c commit ae717d8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818

1919
<application
2020
android:extractNativeLibs="true"
21-
android:allowBackup="true"
22-
android:fullBackupContent="@xml/backupscheme"
21+
android:allowBackup="false"
2322
android:icon="@drawable/ic_launcher"
2423
android:banner="@drawable/banner"
2524
android:label="@string/application_name"

app/src/main/res/xml/backupscheme.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)