Attribute android:allowBackup
is deprecated from Android 12 and higher
#2
Labels
android:allowBackup
is deprecated from Android 12 and higher
#2
To ensure data privacy, we need to disable automatic backups. This is done by setting the
android:allowBackup
<application>
manifest attribute tofalse
:MyPeriodDataIsMine/app/src/main/AndroidManifest.xml
Line 6 in 92f34bc
However this setting has been deprecated and needs to be updated:
Furthermore:
Although we probably do want to allow a user to migrate their data to a new device, we need to ensure that the current setting doesn't allow an unauthorised user to extract and view the private data just by physically connecting another device.
The text was updated successfully, but these errors were encountered: