you might be able to run a background activity which intercepts the
end button when there is a call being made and ends the call as well
as returns to the activity but i havent seen any intents which do that

On Jan 22, 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