Re: [android-developers] Download Manager: Pause & Resume

2016-06-10 Thread himanshu
Ok thank you. For now, because of lack of pause/resume, I'll have to stick with stop/recreate. On Monday, June 6, 2016 at 11:31:31 AM UTC+5:30, TreKing wrote: > > > On Fri, Jun 3, 2016 at 4:28 AM, himanshu > wrote: > >> Actually its not a public API of

Re: [android-developers] Download Manager: Pause & Resume

2016-06-05 Thread TreKing
On Fri, Jun 3, 2016 at 4:28 AM, himanshu wrote: > Actually its not a public API of DownloadManager. Then it seems you're relying on unofficial behavior, which would indicate this is not necessarily a bug, since it's likely not intended to be used this way.

Re: [android-developers] Download Manager: Pause & Resume

2016-06-03 Thread himanshu
Actually its not a public API of DownloadManager. DownloadProvider documentation ( and platform code

Re: [android-developers] Download Manager: Pause & Resume

2016-06-02 Thread TreKing
On Wed, Jun 1, 2016 at 2:29 PM, himanshu wrote: > I'm able to Pause a download by setting COLUMN_CONTROL to CONTROL_PAUSED Where in the API does it indicate that this is how you pause a download?

[android-developers] Download Manager: Pause & Resume

2016-06-01 Thread himanshu
I'm able to Pause a download by setting COLUMN_CONTROL to CONTROL_PAUSED But when I resume a download by setting COLUMN_CONTROL to CONTROL_RUN, *it doesn't work*. The download stays in paused state. Is that a bug ? More info: CONTENT_URI for update: content://downloads/my_download/