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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user