aboutsummaryrefslogtreecommitdiff
path: root/dists/android/plugin-manifest.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'dists/android/plugin-manifest.xml.in')
-rw-r--r--dists/android/plugin-manifest.xml.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/dists/android/plugin-manifest.xml.in b/dists/android/plugin-manifest.xml.in
index 47db078c93..ab0a63a0cf 100644
--- a/dists/android/plugin-manifest.xml.in
+++ b/dists/android/plugin-manifest.xml.in
@@ -4,7 +4,8 @@
package="org.inodes.gus.scummvm.plugin.@PLUGIN_NAME@"
android:versionCode="@PLUGIN_VERSION_CODE@"
android:versionName="@VERSION@"
- android:installLocation="preferExternal">
+ android:installLocation="preferExternal"
+ android:sharedUserId="org.inodes.gus.scummvm">
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8" />