Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0f533ec authored by Steve Howard's avatar Steve Howard Committed by Android Git Automerger
Browse files

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

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

Merge commit '8bf158f6'

* commit '8bf158f6':
  Un-@hide ability to download without a running notification.
parents 76a562d4 8bf158f6
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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"
+0 −1
Original line number Diff line number Diff line
@@ -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;