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 -~----------~----~----~----~------~----~------~--~---

