mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 19:10:48 +01:00
Allow user to retain app data on uninstall for Android 10
This commit is contained in:
parent
7a2c132b8e
commit
8f82c8ad3d
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
android:name=".App"
|
android:name=".App"
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:fullBackupContent="@xml/backup_rules"
|
android:fullBackupContent="@xml/backup_rules"
|
||||||
|
android:hasFragileUserData="true"
|
||||||
android:hardwareAccelerated="true"
|
android:hardwareAccelerated="true"
|
||||||
android:usesCleartextTraffic="true"
|
android:usesCleartextTraffic="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
|
|
Loading…
Reference in a new issue