Hi Gulfam,
I'm doing exactly the same and it's working, at least in the emulator. And
using sdk 2.0 api 6.
This are my android permissions:
<uses-permission
android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission
android:name="android.permission.PROCESS_OUTGOING_CALLS" />
<uses-permission android:name="android.permission.CALL_PHONE"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.CALL_PRIVILEGED"/>
<uses-permission android:name="android.permission.INTERNET"/>
On Fri, Jan 8, 2010 at 3:36 PM, Gulfam <[email protected]> wrote:
> 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" <[email protected]> wrote:
> > Hi,
> >
> > What do you mean with "not reinitiating the call" ?
> >
> > On Fri, Jan 8, 2010 at 4:07 AM, Gulfam <[email protected]> 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
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
--
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