File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1111 <application
1212 android : name =" .App"
1313 android : allowBackup =" true"
14+ android : dataExtractionRules =" @xml/data_extraction_rules"
15+ android : fullBackupContent =" @xml/backup_rules"
1416 android : icon =" @mipmap/ic_launcher"
1517 android : label =" @string/app_name"
1618 android : resizeableActivity =" true"
1719 android : roundIcon =" @mipmap/ic_launcher_round"
18- android : supportsPictureInPicture =" true"
1920 android : theme =" @style/BaseTheme" >
2021
2122 <activity
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <full-backup-content />
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <data-extraction-rules >
3+ <cloud-backup />
4+ <device-transfer />
5+ </data-extraction-rules >
You can’t perform that action at this time.
0 commit comments