Hi ,

  I was aborting BroadCastReceiver using  abortBroadcast(); method.
Its working fine with 1.0 to 1.6 but on 2.0 or + its not working. I
have checked the documentation that is also same in 1.0 and 2.0 but in
2.0+sdk's abortBroadCast(); method is not aborting broadcast on out
going calls . I have use also  setResultData(null)  method its
aborting the broadcast but not reinitiating the call. Any solution
plzzzz ??????????????????

Best Regards,
Gulfam Hassan

On Jan 8, 1:03 am, "Alejandro D. Garin" <[email protected]> wrote:
> 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

Reply via email to