You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vshcherb
changed the title
Add flag to manifest “hasFragileUserData” to keep the app's data on uninstall
Add “hasFragileUserData” + Update target sdk 29
Jun 19, 2020
Since Android 10, apps can add a flag that allows system to ask the user about app data while deleting or reinstalling the app.
If true the user is prompted to keep the app's data on uninstall
https://developer.android.com/reference/android/R.attr#hasFragileUserData
The text was updated successfully, but these errors were encountered: