mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-17 20:18:35 -04:00
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"?>
|
||||
<data-extraction-rules>
|
||||
<exclude domain="file" path="Downloads/"/>
|
||||
<exclude domain="external" path="Downloads/"/>
|
||||
<cloud-backup>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user