boot receive does not need HOME category

This commit is contained in:
Nathan Freitas 2014-07-19 20:40:19 -04:00
parent cbf4e99d32
commit 023ef2d4ce
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@
<receiver android:name=".OnBootReceiver"> <receiver android:name=".OnBootReceiver">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" /> <action android:name="android.intent.action.BOOT_COMPLETED" />
<category android:name="android.intent.category.HOME" />
</intent-filter> </intent-filter>
</receiver> </receiver>