Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10724 from JosJuice/android-manifest-namespace
AndroidManifest.xml: Re-add package="org.dolphinemu.dolphinemu"
  • Loading branch information
lioncash committed Jun 7, 2022
2 parents daf8e3d + dd04853 commit 099aaf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Android/app/src/main/AndroidManifest.xml
@@ -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"
Expand Down

0 comments on commit 099aaf0

Please sign in to comment.