mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
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:
committed by
Fredrik Fornwall
parent
6c55c3c1be
commit
ae717d8f5f
@@ -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"
|
||||||
|
@@ -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>
|
|
Reference in New Issue
Block a user