Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Commit 2cc10fd

Browse files
committed
Disable allowBackup
1 parent 764dc12 commit 2cc10fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/AndroidManifest.xml

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

1010
<application
1111
android:name=".JustJavaApp"
12-
android:allowBackup="true"
12+
android:allowBackup="false"
1313
android:icon="@mipmap/ic_launcher"
1414
android:label="@string/app_name"
1515
android:supportsRtl="false"

0 commit comments

Comments
 (0)