android: disable support for split screen

This commit is contained in:
SachinVin 2020-05-19 23:37:58 +05:30 committed by xperia64
parent 94bde5f0a5
commit 1bd5fe91db

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>