[android-developers] Re: abort outgoing call
Hi Alejandro D. Garin,
Reintiating call means when i setResultData(null); and after this i
want to call at new number
as
Intent DialIntent = new Intent
(Intent.ACTION_CALL,Uri.parse(3224005421));/**local number
DialIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(DialIntent);
Its not initiating call now. any help????????????
Thanks for your reply.
Gulfam Hassan
On Jan 8, 9:16 pm, "Alejandro D. Garin" <aga...@gmail.com> wrote:
> Hi,
>
> What do you mean with "not reinitiating the call" ?
>
> On Fri, Jan 8, 2010 at 4:07 AM, Gulfam <gulfa...@gmail.com> wrote:
> > 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
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home