Skip to content Skip to sidebar Skip to footer
Showing posts with the label Phone Call

Android: Make Phone Call From Service

I try to make a phone call from inside a service. The code I use is: Intent intent = new Intent(Int… Read more Android: Make Phone Call From Service

How To Check And Hang-up/reject Incoming/outgoing Calls On Android In Delphi?

Is there any solution to programmatically check and hang-up/reject incoming/outgoing calls on Andro… Read more How To Check And Hang-up/reject Incoming/outgoing Calls On Android In Delphi?

Placing A Phonecall Including Extension

I have been trying to call a number from within my Titanium Appcelerator application using various … Read more Placing A Phonecall Including Extension

Intent.action_call Is Not Working When A Pop Up Window Opens To Select My Account

I am implementing an Android app that will allow users to purchase something by dialing a number fr… Read more Intent.action_call Is Not Working When A Pop Up Window Opens To Select My Account

How To Make A Call Directly?

when I use this code, first comes the dial pad screen with this number. Intent dialintnt = new Inte… Read more How To Make A Call Directly?

Make A Call And Play A Message? (android 1.6)

I have an application that will need to make a call and play a recorded message. Is that even possi… Read more Make A Call And Play A Message? (android 1.6)

How Can I Play Sound When Device Receive Incoming Call In Android?

I want to receive incoming call automatically that was I done already now I want to play my own cre… Read more How Can I Play Sound When Device Receive Incoming Call In Android?

Checking If Call Being Made Is International

I'd like to check if a call being made is international or not. I have the SIM number which I o… Read more Checking If Call Being Made Is International