Is it possible for an Android App to interrupt a phone Call, or take the Foreground? I would be interested in this whether or not the device was rooted.
I understand this is an unusual request, although it is for a specialty project.
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.
Surprisingly yes. There is a endCall method in com.android.internal.telephony.ITelephony (you need to either compile with the right classes in your compile path or use reflexion to get to it)