summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/java/android/content/Context.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java
index aecdcb3..0100550 100644
--- a/core/java/android/content/Context.java
+++ b/core/java/android/content/Context.java
@@ -1546,6 +1546,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.
*