Skip to content

Commit

Permalink
Allow user to keep data when uninstalling (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod authored Apr 22, 2020
1 parent c7e6a57 commit 9ef8d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
android:extractNativeLibs="true"
android:fullBackupContent="@xml/backup_descriptor"
android:fullBackupOnly="true"
android:hasFragileUserData="true"
android:label="@string/app_name"
android:supportsRtl="true"
android:networkSecurityConfig="@xml/network_security_config"
Expand Down

0 comments on commit 9ef8d4e

Please sign in to comment.