Created
May 12, 2020 20:56
-
-
Save javieranton-zz/84223de43c2e21d4301ab91593c3cbbc to your computer and use it in GitHub Desktop.
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="your.native.namespace.GroupsJobIntentService" android:permission="android.permission.BIND_JOB_SERVICE" /> | |
<service android:name="your.native.namespace.FirebaseServiceExtended"> | |
<intent-filter> <action android:name="com.google.firebase.MESSAGING_EVENT"/> | |
</intent-filter> | |
</service> | |
<receiver android:name="your.native.namespace.GroupsReceiver"> </receiver> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment