just found the answer: use setResultData(null) on the BroadcastReceiver
Thanks On Thu, Jan 7, 2010 at 4:13 PM, Alejandro D. Garin <[email protected]> wrote: > Hi, > > Suppose I want to replace a short number dialed by the user (i.e. 1234) by > a full mapped real number (408xxxx1234). So I should intercept the outgoing > call, abort it, and dial the correct real number. > > Although I'm able to detect the outgoing call by a BroadcastReceiver class > my problem is that I didn't found a way to actually abort the current call, > or maybe replace the number dialed by the user. > > Please any hint on how to do that? > > Thanks! > Alejandro. >
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

