mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 09:30:06 +00:00
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
|
<activity
|
||||||
android:name="org.citra.citra_emu.activities.EmulationActivity"
|
android:name="org.citra.citra_emu.activities.EmulationActivity"
|
||||||
|
android:exported="true"
|
||||||
android:resizeableActivity="false"
|
android:resizeableActivity="false"
|
||||||
android:theme="@style/Theme.Citra.Main"
|
android:theme="@style/Theme.Citra.Main"
|
||||||
android:launchMode="singleTop"/>
|
android:launchMode="singleTop"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user