Hi all Android developers,

We are developing an application to automatically dial call, answer
call, and drop call. But I met some issues when I tried to answer and
drop call:

1. I could not get all calls' status. In current published SDK, there
are only three status could be available: IDLE, OFFHOOK, and RINGING.
But I wish that I could get more status about each call, not the whole
status of phone, such as which call is active, which call is held,
which calls are in a conference. Do I have any method to acquire these
status? Or is it contained in future google development roadmap?

2. I could not answer an inbound call. From the SDK, we can see that
the intent ACTION_ANSWER is used to handle an incoming phone call. But
when I tried to call it to answer the incoming call, the activity
crashed. From the search result in the group, I found that there are
some others developers have met this issue, but no answer is given.
Could any comment be available from Google Android Development team,
or from Dianne Hackborn?

3. I could not drop a call. It seems this issue is a known issue for
the Android SDK. What I want to know is that when we could get a
workaround version to resolve it?

Any comment is appreciated.

Thanks & Best Regards,

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