]> git.zerfleddert.de Git - ms2-fixes/blobdiff - MS2Debounce/AndroidManifest.xml
use module included in ROM (when available)
[ms2-fixes] / MS2Debounce / AndroidManifest.xml
index bc9081121346c1d9454cce6a83c451909ce0e49b..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">
Impressum, Datenschutz