1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Sample backup rules file; uncomment and customize as necessary. 4 See https://developer.android.com/guide/topics/data/autobackup 5 for details. 6 Note: This file is ignored for devices older that API 31 7 See https://developer.android.com/about/versions/12/backup-restore 8--> 9<full-backup-content> 10 <!-- 11 <include domain="sharedpref" path="."/> 12 <exclude domain="sharedpref" path="device.xml"/> 13--> 14</full-backup-content>