Well, all is in the title :
I'm trying to use AVAudioPlayer in my app so that when a user initiate a call, the audio resume.
As for now, audio resume correctly in case of incoming phone call (with use of AVAudioPlayerDelegate methods audioPlayerBeginInterruption & audioPlayerEndInterruption).
When if I initiate a phone call, audioPlayer...
Hi ,
Can any one tell me how to reject incoming call programatically in android ?
Thank you,
Srinivas
...
I have an app that is using Bluetooth headset as its input and output for some kind of audio feedback and recording. When I make or receive a call, my app does not closes. The app is running and am able to talk. But when I end the call, my audio streams that were being used by the app also gets closed.
Also am able to record what am sa...
how to regognize that user call somebody from code?(means i have an app and want to do sth when user call somebody)
...