Allow to keep user data on app removal

This commit is contained in:
Koitharu
2025-02-03 18:15:50 +02:00
parent 8ca11b214c
commit 23c814bf53

View File

@@ -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"