Skip to content

Commit

Permalink
set allowBackup to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliano1612 committed Oct 9, 2024
1 parent f41fa48 commit 3d61c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<application
android:name=".MainApplication"
android:allowBackup="true"
android:allowBackup="false"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit 3d61c45

Please sign in to comment.