Launching activity on receiving push notification (Like Skype/WhatsApp call)

1k Views Asked by At

How can I launch a CALL UI activity from background on receiving push notification? How does Apps like Skype and WhatsApp show call like UI? I want to launch an activity on receiving push notification, see image attached.

This is what I want to display on receiving notification

1

There are 1 best solutions below

2
On BEST ANSWER

There is nothing special about the Call UI activity, its just a regular activity fully created by you. You have to catch the incoming message in the appropriate service depending on the way you are sending notifications, then launch your activity with startActivity() by using some context.