Top "Telephony" questions

related to transmitting or receiving data over telephone networks.

What regular expression will match valid international phone numbers?

I need to determine whether a phone number is valid before attempting to dial it. The phone call can go …

regex telephony ivr
Disable Proximity Sensor during call

I dropped my phone and looks like my proximity sensor no longer works reliably. It returns Near all the time. …

android telephony telephonymanager proximitysensor android-dialer
Make a phone call programmatically

How can I make a phone call programmatically on iPhone? I tried the following code but nothing happened: NSString *phoneNumber = …

ios objective-c iphone telephony phone-call
How to grant MODIFY_PHONE_STATE permission for apps ran on Gingerbread

I write an application that attempts to modify phone call state. It works well on Android 2.2 or less, but throw …

android exception permissions telephony
How to programmatically answer/end a call in Android 4.1?

I am writing an android app in which I need to answer an incoming call, do some work and then …

android telephony
Get Signal Strength in Android

I want to get the Signal Strength of the Device at the point I hit the API call. I have …

android telephony signal-strength
How to get phone number from an incoming call?

How do I get the phone number when there is an incoming call in Android?

android broadcastreceiver telephony
How to hang up outgoing call in Android?

I am developing an application where one of the things we need is to control the outgoing call, at least …

android telephony telephonymanager
How to detect when phone is answered or rejected

I managed to prepare an activity when the phone is ringing. Now I need to know how to cancel this …

android android-studio android-intent telephony
Rejecting Incoming call in android

I want to reject incoming in android, I have seen so many code from these links. Android: Taking complete control …

android telephony callblocking incoming-call