aboutsummaryrefslogtreecommitdiff
path: root/dists/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlyssa Milburn2011-10-25 21:18:42 +0200
committerAlyssa Milburn2011-10-25 21:18:42 +0200
commit44b7f3aed52b1213995f9e19e4395f4350997b01 (patch)
tree88e3b4711c2da6524d9b5dbb423083c08ab1fb8f /dists/android/AndroidManifest.xml
parent2967e2cd9172b2d2492e46c33968013b2bcbdbc1 (diff)
downloadscummvm-rg350-44b7f3aed52b1213995f9e19e4395f4350997b01.tar.gz
scummvm-rg350-44b7f3aed52b1213995f9e19e4395f4350997b01.tar.bz2
scummvm-rg350-44b7f3aed52b1213995f9e19e4395f4350997b01.zip
ANDROID: Move from org.inodes.gus to org.scummvm.
Diffstat (limited to 'dists/android/AndroidManifest.xml')
-rw-r--r--dists/android/AndroidManifest.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml
index a25048fe28..e7778fdf61 100644
--- a/dists/android/AndroidManifest.xml
+++ b/dists/android/AndroidManifest.xml
@@ -2,11 +2,11 @@
<!-- NB: android:versionCode needs to be bumped for formal releases -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.inodes.gus.scummvm"
+ package="org.scummvm.scummvm"
android:versionCode="@ANDROID_VERSIONCODE@"
android:versionName="1.5.0git"
android:installLocation="preferExternal"
- android:sharedUserId="org.inodes.gus.scummvm">
+ android:sharedUserId="org.scummvm.scummvm">
<!-- This version works on Android 1.5 (SDK 3) and newer, but we
want Android 2.2 (SDK 8) defaults and features. -->
@@ -31,8 +31,8 @@
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:screenOrientation="landscape"
android:configChanges="orientation|keyboardHidden">
- <meta-data android:name="org.inodes.gus.unpacker.nextActivity"
- android:value="org.inodes.gus.scummvm/.ScummVMActivity"/>
+ <meta-data android:name="org.scummvm.unpacker.nextActivity"
+ android:value="org.scummvm.scummvm/.ScummVMActivity"/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
@@ -40,7 +40,7 @@
</activity>
</application>
- <permission android:name="org.inodes.gus.scummvm.permission.SCUMMVM_PLUGIN"
+ <permission android:name="org.scummvm.scummvm.permission.SCUMMVM_PLUGIN"
android:label="@string/scummvm_perm_plugin_label"
android:description="@string/scummvm_perm_plugin_desc"
android:protectionLevel="signature"/>