代码整理

This commit is contained in:
kehaoyuan
2017-05-05 18:24:37 +08:00
parent 4da12055e9
commit c96193b3d0
29 changed files with 44 additions and 66 deletions

View File

@ -140,7 +140,7 @@ public class CleanApkAdapter extends BaseRecyclerAdapter<KcSelectGameViewHolder>
if (file.isFile()) {
// Utils.log("===== 是文件" + file.getAbsolutePath().toString());
String name_s = file.getName();
String apk_path = null;
String apk_path;
if (name_s.toLowerCase().endsWith(".apk")) {
apk_path = file.getAbsolutePath();// apk文件的绝对路劲
mApkPath.add(apk_path);