From 1b36c684d68f093b1778f988a2a5974c642021fd Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 29 Nov 2015 00:55:05 +0100 Subject: [PATCH] Add a customized auto backup Starting with Android 6.0 the system may automatically backup app data when a users installs an app on a new device or reinstalls an app on one. After this commit this only affects the $HOME/backup/ folder, so that the user may choose what to backup. See https://developer.android.com/training/backup/autosyncapi.html --- app/src/main/AndroidManifest.xml | 1 + app/src/main/res/xml/backupscheme.xml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 app/src/main/res/xml/backupscheme.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 35389222..33ee5eed 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -14,6 +14,7 @@ + + + +