You can't detect this.

On Jan 20, 3:38 am, ben <ben.flash...@gmail.com> wrote:
> hi all.
>
> i can use this code make outgoing call.
>
>         Intent dial = new Intent(Intent.ACTION_CALL);
>         dial.setData(Uri.parse("tel:5556") );
>
>         context.startActivity(dial);
>
> but how to detect callee pick up the call or refuses to answer?
>
> i tried PhoneStateListener but not working.
>
> -------
> sorry, my english is poor :(
--~--~---------~--~----~------------~-------~--~----~
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