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.
This commit is contained in:
Steve Howard
2010-09-21 15:02:53 -07:00
committed by Android Git Automerger
2 changed files with 13 additions and 1 deletions

View File

@@ -97949,6 +97949,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;