Skip to content

Instantly share code, notes, and snippets.

@ashutoshpw
Created May 7, 2018 06:22
Show Gist options
  • Save ashutoshpw/7460d3cb41042b6540c7032da2e937af to your computer and use it in GitHub Desktop.
Save ashutoshpw/7460d3cb41042b6540c7032da2e937af to your computer and use it in GitHub Desktop.
Android Services
<service android:name=".myService">
<intent-filter>
<action android:name="com.google.firebase.INSTANCE_ID_EVENT" />
</intent-filter>
</service>
public myService extends Service{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment