From 8f046f245fadd8dc7efdbd6c29adf07ca327836a Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 1 Apr 2023 19:43:47 +0200 Subject: app: do no prevent encrypted or local backups Backup was disabled altogether to avoid leaking the private keys in clear. This relaxes this restriction only for client-side encrypted online backups or local device-to-device transfers. --- app/src/main/res/xml/backup_rules.xml | 39 ++++++++++++++++++++++++ app/src/main/res/xml/data_extraction_rules.xml | 41 ++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 app/src/main/res/xml/backup_rules.xml create mode 100644 app/src/main/res/xml/data_extraction_rules.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/xml/backup_rules.xml b/app/src/main/res/xml/backup_rules.xml new file mode 100644 index 0000000..6217761 --- /dev/null +++ b/app/src/main/res/xml/backup_rules.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/data_extraction_rules.xml b/app/src/main/res/xml/data_extraction_rules.xml new file mode 100644 index 0000000..40e5341 --- /dev/null +++ b/app/src/main/res/xml/data_extraction_rules.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3