diff options
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/net/DownloadManager.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/net/DownloadManager.java b/core/java/android/net/DownloadManager.java index 10816098f245..fc5ebb30a175 100644 --- a/core/java/android/net/DownloadManager.java +++ b/core/java/android/net/DownloadManager.java @@ -365,7 +365,6 @@ public class DownloadManager { * * @param show whether the download manager should show a notification for this download. * @return this object - * @hide */ public Request setShowRunningNotification(boolean show) { mShowNotification = show; |
