android: disable support for split screen

This commit is contained in:
SachinVin 2020-05-19 23:37:58 +05:30 committed by bunnei
parent 373ab0e69a
commit ac190d1d1f

View File

@ -33,7 +33,8 @@
<activity
android:name="org.citra.citra_emu.ui.main.MainActivity"
android:theme="@style/CitraBase">
android:theme="@style/CitraBase"
android:resizeableActivity="false">
<!-- This intentfilter marks this Activity as the one that gets launched from Home screen. -->
<intent-filter>