From 75a9fa9fda69048098c379f0f5b4a8027873af5f Mon Sep 17 00:00:00 2001 From: LazyTown Fan <93500165+lazytownfan@users.noreply.github.com> Date: Fri, 17 Dec 2021 22:31:22 +0000 Subject: [PATCH 1/2] Edit 1/2 to enable encrypted Seedvault backups This is Step 1 of 2 to enable encrypted Seedvault backups, as described in the [Seedvault Wiki FAQ](https://github.com/seedvault-app/seedvault/wiki/FAQ). --- app/src/main/AndroidManifest.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 04017d56..9aab9305 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -32,12 +32,14 @@ + android:theme="@style/Theme.ATTrackingDetection" + tools:ignore="GoogleAppIndexingWarning"> - \ No newline at end of file + From 281232ec6f5c351d264b97824f782af5b2708793 Mon Sep 17 00:00:00 2001 From: LazyTown Fan <93500165+lazytownfan@users.noreply.github.com> Date: Fri, 17 Dec 2021 22:46:06 +0000 Subject: [PATCH 2/2] Edit 2/2 to enable encrypted Seedvault backup Adding required XML file to enabled local encrypted Seedvault backups, accord to the [project's FAQ Wiki page](https://github.com/seedvault-app/seedvault/wiki/FAQ). --- app/src/main/res/xml/backup.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/src/main/res/xml/backup.xml diff --git a/app/src/main/res/xml/backup.xml b/app/src/main/res/xml/backup.xml new file mode 100644 index 00000000..e167a4d6 --- /dev/null +++ b/app/src/main/res/xml/backup.xml @@ -0,0 +1,14 @@ + + + + + + + +