I
I
Ingerniated2018-12-26 15:21:37
Mobile development
Ingerniated, 2018-12-26 15:21:37

How to make events when clicking on a line (number) assign it to a call in the phone?

Hello!
There are links and a line with a number, how to make it so that by clicking on the line of the phone number in the phone, the event of a call to it or a request occurs, they say you don’t want to call there right now?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
EVGENY T., 2018-12-26
@Ingernirated

Intent i = new Intent(Intent.ACTION_DIAL);
i.setData(Uri.parse("tel:333222"));
startActivity(i);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question