fretfret

learn the notes on a guitar from the comfort of your android phone
Log | Files | Refs | README | LICENSE

data_extraction_rules.xml (551B)


      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>