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.
This commit is contained in:
Leonid Plyushch
2019-10-24 16:53:58 +03:00
committed by Fredrik Fornwall
parent 6c55c3c1be
commit ae717d8f5f
2 changed files with 1 additions and 7 deletions

View File

@@ -18,8 +18,7 @@
<application <application
android:extractNativeLibs="true" android:extractNativeLibs="true"
android:allowBackup="true" android:allowBackup="false"
android:fullBackupContent="@xml/backupscheme"
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"
android:banner="@drawable/banner" android:banner="@drawable/banner"
android:label="@string/application_name" android:label="@string/application_name"

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>
<!-- See https://developer.android.com/training/backup/autosyncapi.html -->
<include domain="file" path="home/backup" />
</full-backup-content>