1 public static String getSdDirectory() {
2     return Environment.getExternalStorageDirectory().getPath();
3 }