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. 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