diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4b656f12..ddfa3c9f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,43 +17,79 @@ android:supportsRtl="true" tools:targetApi="n"> - + - - - - - - - - + + + + + + + + - - - - + + + + - + @@ -62,24 +98,61 @@ - - - - - - - - - - - - - - - - - + android:configChanges="orientation|screenSize|smallestScreenSize|density|screenLayout|uiMode|keyboard|keyboardHidden|navigation" + android:launchMode="singleTask" + android:theme="@android:style/Theme.NoTitleBar"/> + + + + + + + + + + + + + + + + +