修改例子

This commit is contained in:
lyy
2016-06-01 21:06:02 +08:00
parent a6e26fcc04
commit 6b6bc9e7ce

View File

@ -22,7 +22,7 @@ DownloadUtil mUtil;
*/
private void download(){
mUtil.download(this, mDownloadUrl, Environment.getExternalStorageDirectory().getPath() + "/test.apk"
, new DownloadListener() {
, new DownLoadUtil.DownloadListener() {
long fileSize = 1;
@Override