Skip to content

Commit d1e55c9

Browse files
authored
Disable backup (#71)
1 parent cbfc9c7 commit d1e55c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<uses-permission android:name="android.permission.INTERNET" />
77

88
<application
9-
android:allowBackup="true"
9+
android:allowBackup="false"
1010
android:fullBackupContent="true"
1111
android:icon="@mipmap/ic_launcher"
1212
android:label="@string/app_name"

baseui/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="to.dev.dev_android.base">
33

4-
<application android:allowBackup="true"
4+
<application android:allowBackup="false"
55
android:label="@string/app_name"
66
android:icon="@mipmap/ic_launcher"
77
android:roundIcon="@mipmap/ic_launcher_round"

0 commit comments

Comments
 (0)