I noticed in the class TelephonyManager there are CALL_STATE_IDLE, CALL_STATE_OFFHOOK and CALL_STATE_RINGING. T开发者_开发知识库hey seem to be used for incoming calls.
I have this idea where I want to allow someone to call a phone number from their c开发者_StackOverflowell phone, and then a website would display their caller ID. I want to do this in php, but I\'m re
To make a phone call via HTML on an iPhone I create an <A/> tag with an href formatted as: <a href=\'tel:123-555-1212\'>Dial Me</a>.
I\'m trying to implement my own phone call handling UI. What I want to do is, if a call comes in, the incoming telephone number and a picture are displayed, and, if I press a button, the incoming cal
I need to change or customize the call screen when initiating a call on Android. After searching on google I do not find any way to do it.
I have a strange problem. To detect outgoing calls I have registered a broadcast receiver for android.intent.action.PHONE_STATE. When the state becomes OFFHOOK, then a conversation is started. It seem
There might have been a restriction on originating (making) calls (voice or data) from mobile phones without an explicit user permission
I\'m developing an app in which, among other things, the user can input a phone number. Later, while seeing the inputed information, I display the phone number in a UITextView which detects the phone
I have to call phone number and detect if the modem at the op开发者_JS百科posite side is hang-on.
I have an already built application and I want to add a feature that has to be started when a call ends.