]> git.zerfleddert.de Git - ms2-fixes/blobdiff - MS2Debounce/AndroidManifest.xml
use module included in ROM (when available)
[ms2-fixes] / MS2Debounce / AndroidManifest.xml
index 7f9b4727c7ad1c9169dc0bf22040c5b5456201fe..18daadcc59f0b7164273d7c3bf350291610e2b6d 100644 (file)
@@ -1,8 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="de.rmdir.ms2debounce"
-      android:versionCode="1"
-      android:versionName="1.0">
+      android:versionCode="6"
+      android:versionName="1.5">
+    <uses-sdk android:minSdkVersion="8" />
+    <uses-configuration android:reqKeyboardType="qwerty" />
+    <supports-screens android:smallScreens="false"
+                     android:normalScreens="true"
+                     android:largeScreens="false" />
+    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
     <application android:label="@string/app_name" android:icon="@drawable/icon">
         <activity android:name="MS2Debounce"
                   android:label="@string/app_name">
@@ -11,7 +17,6 @@
                 <category android:name="android.intent.category.LAUNCHER" />
             </intent-filter>
         </activity>
-       <service android:name=".DebounceService"/>
        <receiver android:name=".DebounceBootReceiver">
                <intent-filter>
                        <action android:name="android.intent.action.BOOT_COMPLETED" />
Impressum, Datenschutz