Skip to content

Instantly share code, notes, and snippets.

@Red-Folder
Created September 24, 2012 21:10
Show Gist options
  • Save Red-Folder/3778404 to your computer and use it in GitHub Desktop.
Save Red-Folder/3778404 to your computer and use it in GitHub Desktop.
Phonegap Android Background Service Plugin - Getting started - AndroidMainfest.xml - Service
<service android:name="com.yournamespace.yourappname.MyService">
<intent-filter>
<action android:name="com.yournamespace.yourappname.MyService"/>
</intent-filter>
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment