Skip to content

Commit aeae30a

Browse files
committed
see 09/06 log
1 parent c2c44d3 commit aeae30a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/src/main/java/com/blankj/androidutilcode/core/sdcard/SDCardActivity.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
import com.blankj.androidutilcode.base.BaseBackActivity;
1111
import com.blankj.utilcode.util.SDCardUtils;
1212

13-
import java.util.Arrays;
14-
1513
/**
1614
* <pre>
1715
* author: Blankj
@@ -46,7 +44,6 @@ public void initView(Bundle savedInstanceState, View view) {
4644
+ "\ngetSDCardPaths: " + SDCardUtils.getSDCardPaths()
4745
+ "\ngetInnerSDCardPaths: " + SDCardUtils.getSDCardPaths(true)
4846
+ "\ngetOuterSDCardPaths: " + SDCardUtils.getSDCardPaths(false)
49-
+ "\ngetStorageDirectories: " + Arrays.asList(SDCardUtils.getStorageDirectories())
5047
);
5148
}
5249

0 commit comments

Comments
 (0)