Yes, an intent is fired after a call ends which returns you to the call
log/dialer. I can't remember which one it is (I think it's either DIAL or
CALL_BUTTON). Just  put an intent filter in your app for whichever one it
is. You can figure it out by looking at the log.

On Thu, Jan 22, 2009 at 11:01 AM, Bamboo <[email protected]> wrote:

>
> I am currently calling the dialer from within my activity using the
> following code
>
> Intent intent = new Intent(Intent.ACTION_CALL);
> intent.setData(Uri.withAppendedPath(Phones.CONTENT_URI, contactId));
> startActivity(intent);
>
> is it possible to return to my activity once the call has ended?
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to