Skip to content

Commit

Permalink
Allow to keep user data on app removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Koitharu committed Feb 3, 2025
1 parent 8ca11b2 commit 23c814b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
android:enableOnBackInvokedCallback="@bool/is_predictive_back_enabled"
android:fullBackupContent="@xml/backup_content"
android:fullBackupOnly="true"
android:hasFragileUserData="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
Expand Down

0 comments on commit 23c814b

Please sign in to comment.