AndroidUpdate icon indicating copy to clipboard operation
AndroidUpdate copied to clipboard

update library for android

Results 1 AndroidUpdate issues
Sort by recently updated
recently updated
newest added

代码里有下面一句 // 设置断点续传的起始位置 if (currentSize > 0) { conn.setRequestProperty("RANGE", "bytes=" + currentSize + "-"); } 但是这个 currentSize 没有在后面用到,conn.getResponseCode() 的返回也是判断是否是 200 不是 206 。。