|
|
@ -46,9 +46,6 @@ public class FileThread implements Runnable{
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
FileUtils.unzip(srcFile,desPath,passwd,handler);
|
|
|
|
FileUtils.unzip(srcFile,desPath,passwd,handler);
|
|
|
|
Log.d("TAG:","解压完成");
|
|
|
|
Log.d("TAG:","解压完成");
|
|
|
|
md5 = FileUtils.getFileMD5(srcFile);
|
|
|
|
|
|
|
|
data.putString("md5",md5);
|
|
|
|
|
|
|
|
msg.what = FileHandler.FUNCTION_GET_MD5;
|
|
|
|
|
|
|
|
data.putBoolean("successful",true);
|
|
|
|
data.putBoolean("successful",true);
|
|
|
|
msg.what = FileHandler.FUNCTION_DECOMPRESS;
|
|
|
|
msg.what = FileHandler.FUNCTION_DECOMPRESS;
|
|
|
|
msg.setData(data);
|
|
|
|
msg.setData(data);
|
|
|
|