summaryrefslogtreecommitdiff
path: root/Source/Android/app/src
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2022-06-06 23:59:22 -0400
committerGitHub <noreply@github.com>2022-06-06 23:59:22 -0400
commit099aaf00372529c53e01a2117167ee7646ea6dee (patch)
treefcab5763c42ec315ecf0c63ae69fb2b59dfb4d7e /Source/Android/app/src
parentdaf8e3dddef12016df0d1641c223810c0d128979 (diff)
parentdd0485389e0f1d18a2df858a6bd549007612a492 (diff)
Merge pull request #10724 from JosJuice/android-manifest-namespace
AndroidManifest.xml: Re-add package="org.dolphinemu.dolphinemu"
Diffstat (limited to 'Source/Android/app/src')
-rw-r--r--Source/Android/app/src/main/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml
index fa52877c87..78bd53c35f 100644
--- a/Source/Android/app/src/main/AndroidManifest.xml
+++ b/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"