Skip to content

Commit 0f09356

Browse files
committed
allowbackup false
1 parent 4ec00c4 commit 0f09356

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
android:allowBackup="false"
2020
android:icon="@mipmap/ic_launcher"
2121
android:label="@string/app_name"
22-
android:theme="@style/AppTheme.FullScreen.Light">
22+
android:theme="@style/AppTheme.FullScreen.Light"
23+
tools:replace="android:allowBackup">
24+
2325
<activity
2426
android:name=".activities.MainActivity"
2527
android:label="@string/app_name"

0 commit comments

Comments
 (0)