Answer the question
In order to leave comments, you need to log in
Is it possible to programmatically control the android dialer?
Good afternoon, is it possible to programmatically control the android dialer? Those. call it in any state (dialing, talking, ending).
Answer the question
In order to leave comments, you need to log in
A very vague question. Try to reformulate, and I will try to answer the part:
Just call - you can do this:
Intent callIntent = new Intent(Intent.ACTION_CALL);
callIntent.setData(Uri.parse("tel:55555555"));
startActivity(callIntent);
<uses-permission android:name="android.permission.CALL_PHONE" />
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question