代码整理
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user