Loading api/current.xml +13 −0 Original line number Original line Diff line number Diff line Loading @@ -97949,6 +97949,19 @@ <parameter name="value" type="java.lang.String"> <parameter name="value" type="java.lang.String"> </parameter> </parameter> </method> </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" <method name="setTitle" return="android.net.DownloadManager.Request" return="android.net.DownloadManager.Request" abstract="false" abstract="false" core/java/android/net/DownloadManager.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -365,7 +365,6 @@ public class DownloadManager { * * * @param show whether the download manager should show a notification for this download. * @param show whether the download manager should show a notification for this download. * @return this object * @return this object * @hide */ */ public Request setShowRunningNotification(boolean show) { public Request setShowRunningNotification(boolean show) { mShowNotification = show; mShowNotification = show; Loading Loading
api/current.xml +13 −0 Original line number Original line Diff line number Diff line Loading @@ -97949,6 +97949,19 @@ <parameter name="value" type="java.lang.String"> <parameter name="value" type="java.lang.String"> </parameter> </parameter> </method> </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" <method name="setTitle" return="android.net.DownloadManager.Request" return="android.net.DownloadManager.Request" abstract="false" abstract="false"
core/java/android/net/DownloadManager.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -365,7 +365,6 @@ public class DownloadManager { * * * @param show whether the download manager should show a notification for this download. * @param show whether the download manager should show a notification for this download. * @return this object * @return this object * @hide */ */ public Request setShowRunningNotification(boolean show) { public Request setShowRunningNotification(boolean show) { mShowNotification = show; mShowNotification = show; Loading