Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.         <receiver android:name="BootReceiver">
  2.             <intent-filter>
  3.                 <action android:name="android.intent.action.BOOT_COMPLETED" />
  4.                 <category android:name="android.intent.category.HOME" />
  5.             </intent-filter>
  6.         </receiver>