Disable backup of preferences due to the device-specific data contained there

This commit is contained in:
Cameron Gutman
2017-06-02 20:00:37 -07:00
parent b287606106
commit a96f688bb2
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>
<!-- Don't sync preferences because it often contains device-specific data -->
<exclude domain="sharedpref" path="."/>
</full-backup-content>