Android - Phone Calls - Tutorialspoint
2021-7-5 · To make a phone call at a given number 91-000-000-0000, you need to specify tel: as URI using setData() method as follows −. phoneIntent.setData(Uri.parse('tel:91-000-000-0000')); The interesting point is that, to make a phone call, you do not need …
Get Price