Skip to content

Commit 9199f3c

Browse files
committed
Remove backup rules
There is nothing to backup. Signed-off-by: Arseniy Graur <argraur@gmail.com>
1 parent 0a27f90 commit 9199f3c

File tree

3 files changed

+1
-67
lines changed

3 files changed

+1
-67
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
2323

2424
<application
25-
android:allowBackup="true"
26-
android:dataExtractionRules="@xml/data_extraction_rules"
27-
android:fullBackupContent="@xml/backup_rules"
25+
android:allowBackup="false"
2826
android:usesCleartextTraffic="true"
2927
android:icon="@mipmap/ic_launcher"
3028
android:label="@string/app_name"

app/src/main/res/xml/backup_rules.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

app/src/main/res/xml/data_extraction_rules.xml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)