<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.rmdir.ms2debounce"
- android:versionCode="5"
- android:versionName="1.5">
+ android:versionCode="8"
+ android:versionName="1.8">
<uses-sdk android:minSdkVersion="8" />
<uses-configuration android:reqKeyboardType="qwerty" />
<supports-screens android:smallScreens="false"
<category android:name="android.intent.category.HOME" />
</intent-filter>
</receiver>
+ <service
+ android:name=".DebounceBootService"
+ android.label="DebounceBootService">
+ </service>
</application>
</manifest>