From e9e8bee6c99c7c9b3a16a01d95dc08528614add8 Mon Sep 17 00:00:00 2001 From: aminecmi Date: Mon, 29 Aug 2022 15:37:43 +0200 Subject: [PATCH] Disable all the backups. --- androidApp/src/main/AndroidManifest.xml | 7 ++++++- .../src/main/res/xml/data_extraction_rules.xml | 17 +++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 androidApp/src/main/res/xml/data_extraction_rules.xml diff --git a/androidApp/src/main/AndroidManifest.xml b/androidApp/src/main/AndroidManifest.xml index 8cd7caf..d46e8e1 100644 --- a/androidApp/src/main/AndroidManifest.xml +++ b/androidApp/src/main/AndroidManifest.xml @@ -1,17 +1,22 @@ + android:theme="@style/NoBar" + android:dataExtractionRules="@xml/data_extraction_rules"> + + + + + + + + + + + + + + + +