diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 42c076b116e..c5309784f25 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -103,7 +103,8 @@ android:theme="@android:style/Theme.NoTitleBar" android:clearTaskOnLaunch="true" android:screenOrientation="landscape" - android:exported="true" /> + android:exported="true" + android:theme="@android:style/Theme.Holo.NoTitleBar" />