Search code examples
androidpush-notificationbroadcastreceiverintentfilter

How to notify your android app about push notification


I want to start my activity whenever app receive push notification from firebase even though app is not running or in background. Is there any broadcast listener which will listen incoming notification like SMS_RECIVED intentfilter is listening SMS . PS:I don't want to touch the notification to start the activity.


Solution

  • To receive the notification for your app even if it is in background set the priority of fcm message to high which have to be done in server side code. it will work.

    you can find more detail from here:

    How to handle notification when app in background in Firebase