mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 07:18:05 -04:00
Merge branch 'backup' into 'master'
Explicitly define backup rules Closes #1700 See merge request fdroid/fdroidclient!843
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
android:label="@string/app_name"
|
||||
android:description="@string/app_description"
|
||||
android:allowBackup="true"
|
||||
android:fullBackupContent="true"
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
android:theme="@style/AppThemeLight"
|
||||
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>
|
||||
Reference in New Issue
Block a user