diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 01419b9b..94923e4e 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -46,7 +46,8 @@ android:screenOrientation="sensorLandscape" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize" android:label="@string/app_name" - android:launchMode="singleTask"> + android:launchMode="singleTask" + android:theme="@android:style/Theme.NoTitleBar.Fullscreen">