am 7324489f: Merge "Add SIP service into system server." into gingerbread

Merge commit '7324489f18ee01586931f577f00567092cbf52df' into gingerbread-plus-aosp

* commit '7324489f18ee01586931f577f00567092cbf52df':
  Add SIP service into system server.
This commit is contained in:
Chung-yih Wang
2010-08-05 19:37:59 -07:00
committed by Android Git Automerger
7 changed files with 2852 additions and 0 deletions

View File

@@ -1545,6 +1545,15 @@ public abstract class Context {
*/
public static final String DOWNLOAD_SERVICE = "download";
/**
* Use with {@link #getSystemService} to retrieve a
* {@link android.net.sip.SipManager} for accessing the SIP related service.
*
* @see #getSystemService
*/
/** @hide */
public static final String SIP_SERVICE = "sip";
/**
* Determine whether the given permission is allowed for a particular
* process and user ID running in the system.