mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +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
|
||||
android:extractNativeLibs="true"
|
||||
android:allowBackup="true"
|
||||
android:fullBackupContent="@xml/backupscheme"
|
||||
android:allowBackup="false"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:banner="@drawable/banner"
|
||||
android:label="@string/application_name"
|
||||
|
Reference in New Issue
Block a user