am 8bf158f6: am 34a7f080: Merge "Un-@hide ability to download without a running notification." into gingerbread

Merge commit '8bf158f6ba31efd2f262fc3ba6cdd13733c7d99e'

* commit '8bf158f6ba31efd2f262fc3ba6cdd13733c7d99e':
  Un-@hide ability to download without a running notification.
This commit is contained in:
Steve Howard
2010-09-21 15:07:15 -07:00
committed by Android Git Automerger
2 changed files with 13 additions and 1 deletions

View File

@@ -106673,6 +106673,19 @@
<parameter name="value" type="java.lang.String">
</parameter>
</method>
<method name="setShowRunningNotification"
return="android.net.DownloadManager.Request"
abstract="false"
native="false"
synchronized="false"
static="false"
final="false"
deprecated="not deprecated"
visibility="public"
>
<parameter name="show" type="boolean">
</parameter>
</method>
<method name="setTitle"
return="android.net.DownloadManager.Request"
abstract="false"

View File

@@ -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;