diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 9bc455a..fc95fad 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,12 +1,16 @@ - + - + + + android:theme="@style/DisTheme" + android:dataExtractionRules="@xml/data_extraction_rules" + tools:targetApi="s"> diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index ec7a34e..7d50d8a 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -4,6 +4,7 @@ Migration to new cState "https://status.disroot.org" Added Cryptpad and removed obsolete Calc + Polls correction "need more help" link for notes + Solved installed apps check for Android 11 and higher Updated SDK and gradle 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..fe7a40d --- /dev/null +++ b/app/src/main/res/xml/data_extraction_rules.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file