diff --git a/briar-android/src/main/AndroidManifest.xml b/briar-android/src/main/AndroidManifest.xml index 3518fe872..96e2cb178 100644 --- a/briar-android/src/main/AndroidManifest.xml +++ b/briar-android/src/main/AndroidManifest.xml @@ -40,6 +40,7 @@ android:name="org.briarproject.briar.android.BriarApplicationImpl" android:allowBackup="false" android:banner="@mipmap/tv_banner" + android:dataExtractionRules="@xml/backup_extraction_rules" android:fullBackupContent="@xml/backup_rules" android:icon="@mipmap/ic_launcher_round" android:label="@string/app_name" diff --git a/briar-android/src/main/res/xml/backup_extraction_rules.xml b/briar-android/src/main/res/xml/backup_extraction_rules.xml new file mode 100644 index 000000000..c03286ff8 --- /dev/null +++ b/briar-android/src/main/res/xml/backup_extraction_rules.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + +