AndroidManifest.xml: allow launchers to start a game using the EmulationActivity intent (#6996)
This commit is contained in:
parent
af5202f6cb
commit
279208347e
|
@ -63,6 +63,7 @@
|
|||
|
||||
<activity
|
||||
android:name="org.citra.citra_emu.activities.EmulationActivity"
|
||||
android:exported="true"
|
||||
android:resizeableActivity="false"
|
||||
android:theme="@style/Theme.Citra.Main"
|
||||
android:launchMode="singleTop"/>
|
||||
|
|
Reference in New Issue