diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f3a4a4e8..50c4f5b3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -21,6 +21,7 @@ android:name=".Activities.MainActivity" android:label="@string/app_name" android:theme="@style/AppTheme.NoActionBar" + android:exported="true" android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|keyboard"> @@ -68,6 +69,7 @@ android:name=".Activities.PanicResponderActivity" android:launchMode="singleInstance" android:noHistory="true" + android:exported="true" android:theme="@android:style/Theme.NoDisplay"> @@ -75,13 +77,13 @@ - + - +