学习机 新
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

backup_rules.xml 478B

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