]> git.zerfleddert.de Git - ms2-fixes/blobdiff - MS2Debounce/AndroidManifest.xml
project update and jellybean fix (missing permission)
[ms2-fixes] / MS2Debounce / AndroidManifest.xml
index 7f9b4727c7ad1c9169dc0bf22040c5b5456201fe..3087cfb7cdd0ef357f9ee45b4e406f9490f98dcd 100644 (file)
@@ -3,6 +3,7 @@
       package="de.rmdir.ms2debounce"
       android:versionCode="1"
       android:versionName="1.0">
+    <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 +12,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