Browse Source

Allow user to retain app data on uninstall for Android 10

arkon 5 năm trước cách đây
mục cha
commit
8f82c8ad3d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/src/main/AndroidManifest.xml

+ 1 - 0
app/src/main/AndroidManifest.xml

@@ -17,6 +17,7 @@
         android:name=".App"
         android:allowBackup="true"
         android:fullBackupContent="@xml/backup_rules"
+        android:hasFragileUserData="true"
         android:hardwareAccelerated="true"
         android:usesCleartextTraffic="true"
         android:icon="@mipmap/ic_launcher"