Skip to content

Commit 984e057

Browse files
committed
see 08/28 log
1 parent c376da2 commit 984e057

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

utilcode/src/main/java/com/blankj/utilcode/utils/SDCardUtils.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ public static String getDataPath() {
5050

5151
}
5252

53-
/**
54-
* 获取系统存储路径
55-
*
56-
* @return 系统存储路径
57-
*/
58-
public static String getRootDirectoryPath() {
59-
return Environment.getRootDirectory().getAbsolutePath();
60-
}
61-
6253
/**
6354
* 计算SD卡的剩余空间
6455
*

utilcode/src/main/java/com/blankj/utilcode/utils/ZipUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private ZipUtils() {
3434
}
3535

3636
/**
37-
* 批量压缩文件(夹)
37+
* 批量压缩文件
3838
*
3939
* @param resFileList 要压缩的文件(夹)列表
4040
* @param zipFile 生成的压缩文件

0 commit comments

Comments
 (0)