From 7083c42fff819b2c4949984a461bd54e9fa822a3 Mon Sep 17 00:00:00 2001 From: Steve Howard Date: Wed, 28 Jul 2010 16:01:23 -0700 Subject: Update Context.getSystemService() docs for download manager. Change-Id: Ic514b3289b38d6da7d5fe4ffc87c6865280d66d8 --- core/java/android/content/Context.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 7951a302a437..aecdcb33127f 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -1206,6 +1206,8 @@ public abstract class Context { * for management of input methods. *
{@link #UI_MODE_SERVICE} ("uimode") *
An {@link android.app.UiModeManager} for controlling UI modes. + *
{@link #DOWNLOAD_SERVICE} ("download") + *
A {@link android.net.DownloadManager} for requesting HTTP downloads * * *

Note: System services obtained via this API may be closely associated with @@ -1253,6 +1255,8 @@ public abstract class Context { * @see android.view.inputmethod.InputMethodManager * @see #UI_MODE_SERVICE * @see android.app.UiModeManager + * @see #DOWNLOAD_SERVICE + * @see android.net.DownloadManager */ public abstract Object getSystemService(String name); -- cgit v1.2.3-59-g8ed1b