diff options
| author | Steve Howard <showard@google.com> | 2010-09-21 15:02:53 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-09-21 15:02:53 -0700 |
| commit | 8bf158f6ba31efd2f262fc3ba6cdd13733c7d99e (patch) | |
| tree | 736d588560f86f2b312f4c194b449193e4de7c97 /core/java/android | |
| parent | f38c7e7531de2c3084fcf302d53e4544a4c1561d (diff) | |
| parent | 34a7f0807ee93eaefe83a9192ebc774fb1560875 (diff) | |
am 34a7f080: Merge "Un-@hide ability to download without a running notification." into gingerbread
Merge commit '34a7f0807ee93eaefe83a9192ebc774fb1560875' into gingerbread-plus-aosp
* commit '34a7f0807ee93eaefe83a9192ebc774fb1560875':
Un-@hide ability to download without a running notification.
Diffstat (limited to 'core/java/android')
| -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 8bb747ef4b3d..0e671e930062 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; |
