AndroidManifest.xml: allow launchers to start a game using the EmulationActivity intent (#6996)
This commit is contained in:
parent
af5202f6cb
commit
279208347e
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue