Skip to content

Commit cb7e4b8

Browse files
committed
Set android:allowBackup to false
1 parent 5f7a13d commit cb7e4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<application
2424
android:name=".MainApplication"
25-
android:allowBackup="true"
25+
android:allowBackup="false"
2626
android:label="@string/app_name"
2727
android:icon="@mipmap/ic_launcher"
2828
android:theme="@style/AppTheme">

0 commit comments

Comments
 (0)