I need a dialog box or a custom dialog to appear when the BroadcastReceiver onReceive() is called!!
Anybody knows it..please help me
Thanks in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Call
startActivity()on theContextsupplied toonReceive(), includingIntent.FLAG_ACTIVITY_NEW_TASKin the flags of theIntentyou pass tostartActivity().Note that starting an activity without the user initiating it may be considered poor form by the user.