[android-developers] Can i use a BroadcastReceiver or Service to retrieve an Incoming call

2011-02-01 Thread Christian Chabtini
I would like to fist detect an incoming call with all the info and then retrieve the audio at will For instance, if the user received a call, i would like to obtain the phone number and a timestamp then i would get the audio and do some parsing in order to achieve a speech-to-text system. I would

Re: [android-developers] Can i use a BroadcastReceiver or Service to retrieve an Incoming call

2011-02-01 Thread Mark Murphy
On Tue, Feb 1, 2011 at 8:38 PM, Christian Chabtini cchapt...@gmail.com wrote: I would like to fist detect an incoming call with all the info and then retrieve the audio at will You have no access to the in-call audio in Android, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com |