We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfc9c7 commit d1e55c9Copy full SHA for d1e55c9
app/src/main/AndroidManifest.xml
@@ -6,7 +6,7 @@
6
<uses-permission android:name="android.permission.INTERNET" />
7
8
<application
9
- android:allowBackup="true"
+ android:allowBackup="false"
10
android:fullBackupContent="true"
11
android:icon="@mipmap/ic_launcher"
12
android:label="@string/app_name"
baseui/src/main/AndroidManifest.xml
@@ -1,7 +1,7 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
package="to.dev.dev_android.base">
3
4
- <application android:allowBackup="true"
+ <application android:allowBackup="false"
5
android:roundIcon="@mipmap/ic_launcher_round"
0 commit comments