Add zip
This commit is contained in:
parent
19ced30d2a
commit
6d82e49d97
|
|
@ -85,6 +85,7 @@ public class Market extends Spider {
|
||||||
Response response = OkHttp.newCall(url);
|
Response response = OkHttp.newCall(url);
|
||||||
File file = new File(Path.download(), Uri.parse(url).getLastPathSegment());
|
File file = new File(Path.download(), Uri.parse(url).getLastPathSegment());
|
||||||
download(file, response.body().byteStream(), Double.parseDouble(response.header("Content-Length", "1")));
|
download(file, response.body().byteStream(), Double.parseDouble(response.header("Content-Length", "1")));
|
||||||
|
if (file.getName().endsWith(".zip")) FileUtil.unzip(file, Path.download());
|
||||||
if (file.getName().endsWith(".apk")) FileUtil.openFile(Path.chmod(file));
|
if (file.getName().endsWith(".apk")) FileUtil.openFile(Path.chmod(file));
|
||||||
else Utils.notify("下載完成");
|
else Utils.notify("下載完成");
|
||||||
dismiss();
|
dismiss();
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
b2c6912d5489526425cc71c596f4606e
|
7ac31958d0f3fe1961b8f078afea12ed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue