broadcastreceiver - Is there Pause action For Download Manager in Android? -


i'm using download manager class in android download files . class can add , remove request of downloading .

is there way pause specific download resume ?

or there way ?

edit: found way, it's working:

  • when pause downloading process, close file wrote on.
  • when resume downloading, access file (not completed) , size
  • add downloaded bytes info header of httprequest : mhttprequset.setheader("range", "bytes=" + mpreviouslydownloadedbytes + "-");
  • mhttpclient.execute(mhttprequset);


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -