Skip to content

Instantly share code, notes, and snippets.

@vreamer
Created August 25, 2020 05:34
Show Gist options
  • Save vreamer/493abfabf5a2797a76ed9005db8d84c6 to your computer and use it in GitHub Desktop.
Save vreamer/493abfabf5a2797a76ed9005db8d84c6 to your computer and use it in GitHub Desktop.
Register Notification Receiver
</activity>
<!-- add the line below to register receiver -->
<receiver android:name=".NotificationReceiver"/>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment