AndroidManifest.xml: allow launchers to start a game using the EmulationActivity intent (#6996)

This commit is contained in:
Michael J Kaye 2023-09-19 18:36:16 +01:00 committed by GitHub
parent af5202f6cb
commit 279208347e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"/>