]> git.zerfleddert.de Git - FreeShisen/blobdiff - AndroidManifest.xml
rename, add hdpi icons, cleanup some warnings
[FreeShisen] / AndroidManifest.xml
index 6de4e1e4141e1076cb6ebf42426f64f27c31186e..a517c8177a55fda23d8f830c273084c62a6a1cac 100644 (file)
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-      package="org.proofofconcept.shisensho"
+      package="de.cwde.shisensho"
       android:versionCode="1"
-      android:versionName="1.0">
-    <uses-sdk android:minSdkVersion="4"></uses-sdk>
+      android:versionName="0.1">
+    <uses-sdk android:minSdkVersion="5" android:targetSdkVersion="10"></uses-sdk>
 
 
        <application android:icon="@drawable/icon" android:label="@string/app_name"
-               android:name=".ShisenSho">
+               android:name=".ShisenSho" android:allowBackup="true">
                <activity android:name=".ShisenShoActivity"
                        android:screenOrientation="landscape">
                        <intent-filter>
@@ -19,7 +19,7 @@
                    android:name=".ShisenShoOptionsActivity"
                        android:screenOrientation="landscape">
                        <intent-filter>
-                               <action android:name="org.proofofconcept.shisensho.SETTINGS"/>
+                               <action android:name="de.cwde.shisensho.SETTINGS"/>
                                <category android:name="android.intent.category.DEFAULT"></category>
                        </intent-filter>
                </activity>
Impressum, Datenschutz