AndroidManifest.xml: Re-add package="org.dolphinemu.dolphinemu"

Without this, debug builds of Dolphin fail to launch. The OS tries
to locate org.dolphinemu.dolphinemu.debug.DolphinApplication
but fails to find it because its actual name is
org.dolphinemu.dolphinemu.DolphinApplication.

Partially reverts 6b74907f9d.
This commit is contained in:
JosJuice 2022-06-06 21:57:21 +02:00
parent 664663e8de
commit dd0485389e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.dolphinemu.dolphinemu">
<uses-feature
android:name="android.hardware.touchscreen"