From 37cfa779558a5e93990702debfebc133b9358b64 Mon Sep 17 00:00:00 2001 From: Ali Kabiri Date: Fri, 30 Jun 2023 17:58:40 +0200 Subject: [PATCH 1/2] Update .gitignore --- .gitignore | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index cda68ade..7769739e 100644 --- a/.gitignore +++ b/.gitignore @@ -37,17 +37,7 @@ captures/ # IntelliJ *.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/assetWizardSettings.xml -.idea/dictionaries -.idea/libraries -# Android Studio 3 in .gitignore file. -.idea/caches -.idea/modules.xml -# Comment next line if keeping position of elements in Navigation Editor is relevant for you -.idea/navEditor.xml +.idea/* # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. From 7a7666f325f77632626fc8a75d051f2b2b0d4668 Mon Sep 17 00:00:00 2001 From: Ali Kabiri Date: Fri, 30 Jun 2023 18:01:05 +0200 Subject: [PATCH 2/2] chore: disable cloud backup --- app/src/main/AndroidManifest.xml | 10 +++-- .../main/res/xml/data_extraction_rules.xml | 43 +++++++++++++++++++ 2 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 app/src/main/res/xml/data_extraction_rules.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 521743c2..a9a2fe6d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@ - + @@ -7,13 +8,16 @@ + android:theme="@style/AppTheme" + android:dataExtractionRules="@xml/data_extraction_rules" + tools:targetApi="s"> 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 00000000..f18f43fc --- /dev/null +++ b/app/src/main/res/xml/data_extraction_rules.xml @@ -0,0 +1,43 @@ + + + + + + + + + + \ No newline at end of file