System directories
Method | Result |
---|---|
Environment.getDataDirectory() | /data |
Environment.getDownloadCacheDirectory() | /cache |
Environment.getRootDirectory() | /system |
External storage directories
System directories
Method | Result |
---|---|
Environment.getDataDirectory() | /data |
Environment.getDownloadCacheDirectory() | /cache |
Environment.getRootDirectory() | /system |
External storage directories
import java.util.ArrayList; | |
/** | |
* Created by mindwing on 2016-01-02. | |
* 완전순열 | |
*/ | |
public class Test { | |
public static void main(String[] args) throws Exception { | |
ArrayList<String> arr = new ArrayList<>(); |