Skip to content

Commit

Permalink
Disable auto backup
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanSarwar45 committed Nov 4, 2024
1 parent 5cc70aa commit c7abcd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
android:label="@string/app_name"
tools:replace="android:label"
android:name="${applicationName}"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
Expand Down

0 comments on commit c7abcd7

Please sign in to comment.