android: disable support for split screen

This commit is contained in:
SachinVin 2020-05-19 23:37:58 +05:30 committed by xperia64
parent c0cb0a8653
commit 60be542384

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>