File tree Expand file tree Collapse file tree 4 files changed +29
-2
lines changed
Expand file tree Collapse file tree 4 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 44 <uses-permission android : name =" android.permission.INTERNET" />
55 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
66
7- <application android : fullBackupContent =" @xml/adapty_backup_rules" />
7+ <application
8+ android : fullBackupContent =" @xml/adapty_backup_rules"
9+ android : dataExtractionRules =" @xml/adapty_data_extraction_rules" />
810
911</manifest >
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+ <exclude domain =" sharedpref" path =" AdaptySDKPrefs.xml" />
5+ </cloud-backup >
6+
7+ <device-transfer >
8+ <exclude domain =" sharedpref" path =" AdaptySDKPrefs.xml" />
9+ </device-transfer >
10+ </data-extraction-rules >
11+
Original file line number Diff line number Diff line change 66 android : name =" .App"
77 android : allowBackup =" true"
88 android : fullBackupContent =" @xml/sample_backup_rules"
9+ android : dataExtractionRules =" @xml/sample_data_extraction_rules"
910 android : icon =" @mipmap/ic_launcher"
1011 android : label =" @string/app_name"
1112 android : roundIcon =" @mipmap/ic_launcher_round"
1213 android : supportsRtl =" true"
1314 android : theme =" @style/AppTheme"
14- tools : replace =" android:fullBackupContent" >
15+ tools : replace =" android:fullBackupContent,android:dataExtractionRules " >
1516 <activity
1617 android : name =" .MainActivity"
1718 android : exported =" true"
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+ <exclude domain =" sharedpref" path =" appsflyer-data" />
5+ <exclude domain =" sharedpref" path =" AdaptySDKPrefs.xml" />
6+ </cloud-backup >
7+
8+ <device-transfer >
9+ <exclude domain =" sharedpref" path =" appsflyer-data" />
10+ <exclude domain =" sharedpref" path =" AdaptySDKPrefs.xml" />
11+ </device-transfer >
12+ </data-extraction-rules >
13+
You can’t perform that action at this time.
0 commit comments