[android-developers] Re: PhoneCall Controls

2008-10-26 Thread legerb

What about call events like dialing state, active state, would
they become public in the SDK?
There is a need to have more call information, rather than just
ofhook, ringing and idle.

On Oct 24, 10:00 pm, Justin (Google Employee) [EMAIL PROTECTED]
wrote:
 No, there will no ability to intercept or otherwise control phone
 calls in the SDK. There are clearly many security concerns to be
 addressed around this.

 I don't understand what your question is related to setting
 orientation. What are you trying to do?

 Cheers,
 Justin
 Android Team @ Google

 On Oct 20, 8:57 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

  Looking for an update as to whether the SDK will include any phone
  call control soon. Hoping to write several app to handle phone calls
  specifically based on phone number (white list,black list) Everything
  is written except the ability to handle the incoming call in some way
  other than the standard ringer kicking off. To me this seems like
  basic functionality that should be in the SDK.

  Secondly Please open up the Surface.setOrientation code to the public,
  have written and automatic orientation code but because there is no
  perms to FLINGER cannot get it to function.


--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: PhoneCall Controls

2008-10-24 Thread hackbod

On Oct 20, 8:57 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Secondly Please open up the Surface.setOrientation code to the public,
 have written and automatic orientation code but because there is no
 perms to FLINGER cannot get it to function.

This is not for use by applications, poking it directly will conflict
with the system updating the orientation based on what is going on in
the UI.  You should use the Activity API for setting the orientation
of the activity.

--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---