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
6 lines
213 B
XML
6 lines
213 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<full-backup-content>
|
|
<!-- See https://developer.android.com/training/backup/autosyncapi.html -->
|
|
<include domain="file" path="home/backup" />
|
|
</full-backup-content>
|