I'm building an android application with BroadcastReceiver
and I want to show a dialog when onReceive
starts.
I want to show the dialog on the phone (show the user a dialog no matter where he is, like the whatsapp dialog when you get a message).
How I can do that?
Thanks!