Does anyone know what is the intent for missed call. Actually i want to send sms on missed call and incomming call in my application.
Share
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.
There is no specific broadcast for a missed call, AFAIK.
You can watch for
ACTION_PHONE_STATE_CHANGEDbroadcasts, wait until the phone shifts fromEXTRA_STATE_RINGINGtoEXTRA_STATE_IDLE, then try checking theCallLogcontent provider to see if the call was missed. I have not tried this technique, but it may work.