Add SIP service into system server.

Change-Id: Icc39e4e54768cfdcc1b20a3efe6206009b9a8d10
This commit is contained in:
Chung-yih Wang
2010-08-05 12:17:37 +08:00
parent 499b743851
commit 2d94231ef9
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.