Created
May 7, 2018 06:22
-
-
Save ashutoshpw/7460d3cb41042b6540c7032da2e937af to your computer and use it in GitHub Desktop.
Android Services
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<service android:name=".myService"> | |
<intent-filter> | |
<action android:name="com.google.firebase.INSTANCE_ID_EVENT" /> | |
</intent-filter> | |
</service> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public myService extends Service{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment