From 2d94231ef91c732f649ff7af9520ee9eac441b16 Mon Sep 17 00:00:00 2001 From: Chung-yih Wang Date: Thu, 5 Aug 2010 12:17:37 +0800 Subject: Add SIP service into system server. Change-Id: Icc39e4e54768cfdcc1b20a3efe6206009b9a8d10 --- core/java/android/content/Context.java | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'core') 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. * -- cgit v1.1