]> git.zerfleddert.de Git - ms2-fixes/blobdiff - MS2Debounce/AndroidManifest.xml
project update and jellybean fix (missing permission)
[ms2-fixes] / MS2Debounce / AndroidManifest.xml
index a1e7f017c9942f879843c461532a91699e88d7e2..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">
                 <category android:name="android.intent.category.LAUNCHER" />
             </intent-filter>
         </activity>
+       <receiver android:name=".DebounceBootReceiver">
+               <intent-filter>
+                       <action android:name="android.intent.action.BOOT_COMPLETED" />
+                       <category android:name="android.intent.category.HOME" />
+               </intent-filter>
+       </receiver>
     </application>
 </manifest> 
Impressum, Datenschutz