Merge pull request #10724 from JosJuice/android-manifest-namespace

AndroidManifest.xml: Re-add package="org.dolphinemu.dolphinemu"
This commit is contained in:
Mai M 2022-06-06 23:59:22 -04:00 committed by GitHub
commit 099aaf0037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"