diff --git a/UnityProject/Assets/Plugins/Android/MainApp.androidlib/src/main/AndroidManifest.xml b/UnityProject/Assets/Plugins/Android/MainApp.androidlib/src/main/AndroidManifest.xml index 5e04ebcd..2260debc 100644 --- a/UnityProject/Assets/Plugins/Android/MainApp.androidlib/src/main/AndroidManifest.xml +++ b/UnityProject/Assets/Plugins/Android/MainApp.androidlib/src/main/AndroidManifest.xml @@ -23,6 +23,7 @@ android:name=".MainUnityActivity" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density" android:hardwareAccelerated="false" + android:theme="@style/UnityThemeSelector" android:process=":Unity" android:screenOrientation="fullSensor"> @@ -30,6 +31,7 @@ android:name=".MainUnityGameActivity" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density" android:hardwareAccelerated="false" + android:theme="@style/BaseUnityGameActivityTheme" android:process=":Unity" android:screenOrientation="fullSensor">