Skip to content

Instantly share code, notes, and snippets.

@Red-Folder
Created September 24, 2012 20:45
Show Gist options
  • Save Red-Folder/3778275 to your computer and use it in GitHub Desktop.
Save Red-Folder/3778275 to your computer and use it in GitHub Desktop.
Phonegap Service Tutorial - Part2 - AndroidManifest.xml - Receiver entry
<receiver android:name="com.red_folder.phonegap.plugin.backgroundservice.BootReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED">
</action>
</intent-filter>
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment