Hi out there,

I need to execute a new Intent right after a call has ended.

The code line for starting the call is:

startActivityForResult(new Intent(Intent.ACTION_CALL, Uri.parse("tel:
+4922031010424")), 1);

which works fine.

For starting the new Intend I have implemented:

protected void onActivityResult(int requestCode, int resultCode,
Intent data) {}

The problem I am facing is, that pressing the END CALL button in the
dailer menue does not end up in this method. I am getting the result
on the ACTION_CALL only if I execute the BACK button on the phone or
emulator.

Does somebody know what I am doing wrong? Is there a tutorial for the
Telephony API availiable?

Thank you for your attention

Konrad




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