Remove backup rules (#101)

This commit is contained in:
Rafał Borcz 2018-05-07 17:44:28 +02:00 committed by Mikołaj Pich
parent f29689c6cd
commit d7f0fcad30
2 changed files with 1 additions and 11 deletions

View File

@ -10,8 +10,7 @@
<application
android:name=".WulkanowyApp"
android:allowBackup="true"
android:fullBackupContent="@xml/backup_rules"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>
<include
domain="sharedpref"
path="." />
<include
domain="database"
path="." />
</full-backup-content>