Browse Source

Backup everything

Mario Danic 8 years ago
parent
commit
050fb0987d
2 changed files with 0 additions and 5 deletions
  1. 0 1
      AndroidManifest.xml
  2. 0 4
      res/xml/my_backup_rules.xml

+ 0 - 1
AndroidManifest.xml

@@ -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"

+ 0 - 4
res/xml/my_backup_rules.xml

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