Backup everything

This commit is contained in:
Mario Danic 2017-02-10 18:06:03 +01:00 committed by AndyScherzinger
parent 2015851faa
commit 050fb0987d
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 0 additions and 5 deletions

View file

@ -59,7 +59,6 @@
<application
android:name=".MainApp"
android:fullBackupContent="@xml/my_backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.ownCloud.Toolbar"

View file

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>
<exclude domain="external" path="nc_persistence" />
</full-backup-content>