All Questions
Tagged with telecom-manager android-phone-call
1 question
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....