I have an assortment of files I don't want backed up via the new Marshmallow Autobackup feature - a Realm database, a Shared Prefs file I use to store "most recently seen" information, log files etc.
Rather than using <exclude ... />
for each of these, I'd prefer to simply back up the only file I do care about - user settings, stored in the default shared preferences. The docs indicate that using an <include ... />
will automatically exclude every file not explicitly included.
What path do I use for the default Shared Preferences file?
<full-backup-content>
<include domain="sharedpref" path="?"/>
</full-backup-content>