提交 984e0579 编写于 作者: B blankj

see 08/28 log

上级 c376da2e
...@@ -50,15 +50,6 @@ public class SDCardUtils { ...@@ -50,15 +50,6 @@ public class SDCardUtils {
} }
/**
* 获取系统存储路径
*
* @return 系统存储路径
*/
public static String getRootDirectoryPath() {
return Environment.getRootDirectory().getAbsolutePath();
}
/** /**
* 计算SD卡的剩余空间 * 计算SD卡的剩余空间
* *
......
...@@ -34,7 +34,7 @@ public class ZipUtils { ...@@ -34,7 +34,7 @@ public class ZipUtils {
} }
/** /**
* 批量压缩文件(夹) * 批量压缩文件
* *
* @param resFileList 要压缩的文件(夹)列表 * @param resFileList 要压缩的文件(夹)列表
* @param zipFile 生成的压缩文件 * @param zipFile 生成的压缩文件
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册