want to open external storage directory path for saving file programatically.I tried but not getting sdcard path. How can i do this?is there any solution for this??
private File path = new File(Environment.getExternalStoragePublicDirectory
(Environment.DIRECTORY_PICTURES) + "");