Skip to content

Commit

Permalink
see 09/06 log
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankj committed Sep 6, 2017
1 parent c2c44d3 commit aeae30a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
import com.blankj.androidutilcode.base.BaseBackActivity;
import com.blankj.utilcode.util.SDCardUtils;

import java.util.Arrays;

/**
* <pre>
* author: Blankj
Expand Down Expand Up @@ -46,7 +44,6 @@ public void initView(Bundle savedInstanceState, View view) {
+ "\ngetSDCardPaths: " + SDCardUtils.getSDCardPaths()
+ "\ngetInnerSDCardPaths: " + SDCardUtils.getSDCardPaths(true)
+ "\ngetOuterSDCardPaths: " + SDCardUtils.getSDCardPaths(false)
+ "\ngetStorageDirectories: " + Arrays.asList(SDCardUtils.getStorageDirectories())
);
}

Expand Down

0 comments on commit aeae30a

Please sign in to comment.