aboutsummaryrefslogtreecommitdiff
path: root/dists/android/plugin-manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dists/android/plugin-manifest.xml')
-rw-r--r--dists/android/plugin-manifest.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/dists/android/plugin-manifest.xml b/dists/android/plugin-manifest.xml
index 728beb1de3..51b39be3b1 100644
--- a/dists/android/plugin-manifest.xml
+++ b/dists/android/plugin-manifest.xml
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.inodes.gus.scummvm.plugin.@PLUGIN_NAME@"
+ package="org.scummvm.scummvm.plugin.@PLUGIN_NAME@"
android:versionCode="@PLUGIN_VERSION_CODE@"
android:versionName="1.5.0git"
android:installLocation="preferExternal"
- android:sharedUserId="org.inodes.gus.scummvm">
+ android:sharedUserId="org.scummvm.scummvm">
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8" />
<application android:label="@string/app_name"
android:description="@string/app_desc"
android:icon="@drawable/scummvm">
- <receiver android:name="org.inodes.gus.scummvm.PluginProvider"
- android:process="org.inodes.gus.scummvm">
+ <receiver android:name="org.scummvm.scummvm.PluginProvider"
+ android:process="org.scummvm.scummvm">
<intent-filter>
- <action android:name="org.inodes.gus.scummvm.action.PLUGIN_QUERY"/>
+ <action android:name="org.scummvm.scummvm.action.PLUGIN_QUERY"/>
<category android:name="android.intent.category.INFO"/>
</intent-filter>
- <meta-data android:name="org.inodes.gus.scummvm.meta.UNPACK_LIB"
+ <meta-data android:name="org.scummvm.scummvm.meta.UNPACK_LIB"
android:value="mylib/armeabi/lib@PLUGIN_NAME@.so" />
</receiver>
</application>
- <uses-permission android:name="org.inodes.gus.scummvm.permission.SCUMMVM_PLUGIN"/>
+ <uses-permission android:name="org.scummvm.scummvm.permission.SCUMMVM_PLUGIN"/>
<uses-configuration android:reqFiveWayNav="true"
android:reqKeyboardType="qwerty"/>