backup_rules: Fix backup rules on Android 12 and higher
Android 12 and higher requires different namespace for cloud and device transfers Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<data-extraction-rules>
|
<data-extraction-rules>
|
||||||
<exclude domain="file" path="Downloads/"/>
|
<cloud-backup>
|
||||||
<exclude domain="external" path="Downloads/"/>
|
<exclude domain="file" path="Downloads/"/>
|
||||||
|
<exclude domain="external" path="Downloads/"/>
|
||||||
|
</cloud-backup>
|
||||||
|
<device-transfer>
|
||||||
|
<exclude domain="file" path="Downloads/"/>
|
||||||
|
<exclude domain="external" path="Downloads/"/>
|
||||||
|
</device-transfer>
|
||||||
</data-extraction-rules>
|
</data-extraction-rules>
|
||||||
|
|||||||
Reference in New Issue
Block a user