0

popup message feature like whats app, caller id like the true caller, I am trying to make the same thing.

I tried using a broadcast receiver but I do not know how to show the dialog box when a broadcast receives a notification.

a pop-up message like WhatsApp shows when a notification arrives on a phone.

1 Answers1

1

Set mainactivity as a launcher screen. In the mainactivity before setContentView method calling check if the intent has extra parameters as per your requirement. If yes, then finish the current activity and start DialogActivity.

Rahul Khurana
  • 8,577
  • 7
  • 33
  • 60