Gruppe 1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

data_extraction_rules.xml 551B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?><!--
  2. Sample data extraction rules file; uncomment and customize as necessary.
  3. See https://developer.android.com/about/versions/12/backup-restore#xml-changes
  4. for details.
  5. -->
  6. <data-extraction-rules>
  7. <cloud-backup>
  8. <!-- TODO: Use <include> and <exclude> to control what is backed up.
  9. <include .../>
  10. <exclude .../>
  11. -->
  12. </cloud-backup>
  13. <!--
  14. <device-transfer>
  15. <include .../>
  16. <exclude .../>
  17. </device-transfer>
  18. -->
  19. </data-extraction-rules>