summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-05-05 14:37:05 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-05-10 15:27:24 -0700
commitc190dbfb784c0bca629b6966ce314d735cf98db3 (patch)
treeb7df71ce2f6dea4698a84c8e7fabe0aac2362595 /res/xml
parent78508ec5ab69367e52eef1e8c3273ad6e2c40fc6 (diff)
downloadandroid_packages_apps_Trebuchet-c190dbfb784c0bca629b6966ce314d735cf98db3.tar.gz
android_packages_apps_Trebuchet-c190dbfb784c0bca629b6966ce314d735cf98db3.tar.bz2
android_packages_apps_Trebuchet-c190dbfb784c0bca629b6966ce314d735cf98db3.zip
Adding full backup handler for launcher3
Bug: 28302573 Change-Id: If0889a3b00b88b134b19d7f790159dfafdcdb004
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/backupscheme.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/backupscheme.xml b/res/xml/backupscheme.xml
new file mode 100644
index 000000000..7e833a0ca
--- /dev/null
+++ b/res/xml/backupscheme.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<full-backup-content xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <include domain="database" path="launcher.db" />
+ <include domain="sharedpref" path="com.android.launcher3.prefs.xml" />
+
+</full-backup-content> \ No newline at end of file