Skip to content

Commit 9ef8d4e

Browse files
authored
Allow user to keep data when uninstalling (#2506)
1 parent c7e6a57 commit 9ef8d4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
android:extractNativeLibs="true"
2727
android:fullBackupContent="@xml/backup_descriptor"
2828
android:fullBackupOnly="true"
29+
android:hasFragileUserData="true"
2930
android:label="@string/app_name"
3031
android:supportsRtl="true"
3132
android:networkSecurityConfig="@xml/network_security_config"

0 commit comments

Comments
 (0)