Top "Telephonymanager" questions

Telephony class for Android devices

Android - How to detect outgoing call is answered or received?

Is there any way to detect outgoing call is successfully received or answered ? I am using Intent.ACTION_CALL for …

android broadcastreceiver phone-call telephony telephonymanager
Get phone number of incoming call in all android versions

I am trying to fetch incoming number of incoming call. I searched and found this Retrieve incoming call's phone number …

android phone-number telephonymanager phone-state-listener
Unable to get phone number from device inspite of declaring required permissions in android manifest

I am trying to get phone number from my device programmatically. I am trying with the following code: TelephonyManager tMgr = (…

android telephonymanager android-securityexception android-security
Broadcast Receiver not working when registered via manifest

Trying to setup a simple broadcast receiver in the manifest of an Android app, to detect when the phone is …

android android-intent telephonymanager
Phone number is set to null at the time of OFFHOOK state of TelephonyManager

I get a phone number at the time of the ringing state, but sometimes, it is set to null at …

java android broadcastreceiver telephonymanager phone-state-listener