瀏覽代碼

Stop allowing keeping app data on uninstall

Seems to be more trouble than it's worth since it makes the app uninstallable without manually deleting app data. Users have to go out of their way to save data into the app data folder now anyway.
arkon 3 年之前
父節點
當前提交
83a04da4a0
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/src/main/AndroidManifest.xml

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

@@ -26,7 +26,6 @@
         android:name=".App"
         android:allowBackup="false"
         android:hardwareAccelerated="true"
-        android:hasFragileUserData="true"
         android:icon="@mipmap/ic_launcher"
         android:label="@string/app_name"
         android:largeHeap="true"