Merge branch 'backup' into 'master'
Explicitly define backup rules Closes #1700 See merge request fdroid/fdroidclient!843
This commit is contained in:
commit
915aeb6c54
@ -64,7 +64,7 @@
|
|||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:description="@string/app_description"
|
android:description="@string/app_description"
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:fullBackupContent="true"
|
android:fullBackupContent="@xml/backup_rules"
|
||||||
android:theme="@style/AppThemeLight"
|
android:theme="@style/AppThemeLight"
|
||||||
android:supportsRtl="true">
|
android:supportsRtl="true">
|
||||||
|
|
||||||
|
5
app/src/main/res/xml/backup_rules.xml
Normal file
5
app/src/main/res/xml/backup_rules.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<full-backup-content>
|
||||||
|
<!-- Don't include apks or the local swap repo -->
|
||||||
|
<exclude domain="file" path="."/>
|
||||||
|
</full-backup-content>
|
Loading…
x
Reference in New Issue
Block a user