I want to integrate file browser functionality in my android application. I am able to access Internal memory of phone using folowing code snippet:
Path = new File(Environment.getExternalStorageDirectory().getAbsolutePath());
But I am unable to find the function to read sd cards to show files from those folders. please suggest way to do this.