Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
60 views

How to make a call via dialer programmatically in android Pie and above

I use this code to show the number and when pressing it to make a dial.It is working for android versions before Android Pie. final Button but= findViewById(R.id.buttond); but....
Apollon's user avatar
  • 331