isExternalStorageReadable

Checks if external storage is available to at least read. In order for this to work, make sure you include (or WRITE_EXTERNAL_STORAGE) for API level <18 in your app Manifest.

Code from https://developer.android.com/guide/topics/data/data-storage.html#filesExternal

Return

true if external storage is readable