From 456b950c527da116e4132ed9e3e260419ac34ff0 Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Sat, 22 Oct 2011 20:47:02 +0200 Subject: ANDROID: Add a shared user id. Otherwise the plugins fail to run on modern Android because they're set to run in-process but they're not allowed to do so. --- dists/android/AndroidManifest.xml.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dists/android/AndroidManifest.xml.in') diff --git a/dists/android/AndroidManifest.xml.in b/dists/android/AndroidManifest.xml.in index e9ab30a42b..32444a03f0 100644 --- a/dists/android/AndroidManifest.xml.in +++ b/dists/android/AndroidManifest.xml.in @@ -5,7 +5,8 @@ package="org.inodes.gus.scummvm" android:versionCode="@ANDROID_VERSIONCODE@" android:versionName="@VERSION@" - android:installLocation="preferExternal"> + android:installLocation="preferExternal" + android:sharedUserId="org.inodes.gus.scummvm"> -- cgit v1.2.3