Dear All,

Hi All,

After invoking ACTION_CALL via:

     Intent alertintent = new Intent(Intent.ACTION_CALL, Uri.parse
("tel:xxxx"));
     startActivity(alertintent);


the call is properly placed but having hanging up, the default android
dialer enters the call log tab.

If I try to programmatically restart the dialer activity to submit
another call via ACTION_CALL, the dialer does not exit the call log
tab.

Does anyone has a clue to programmatically exit the dialer and
resubmit a call ?

Thanks,


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to