I want to get the number pressed from the dialpad during an ongoing call
scenario:
So How can I get the dialed no?
get the number pressed from the dialpad during an ongoing call :
To get Number from outgoing call you will need to register an BroadcastReceiver
for PHONE_STATE
Action. inside onReceive
method you will retrieve as:
String outgoingNumber = intent.getStringExtra(Intent.EXTRA_PHONE_NUMBER)
For more help you can see following tutorial :
Manipulating Incoming & Outgoing Calls Tutorial For Android
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With