I am making a app that when user click the image filename, it will call built-in image intent to view the photo. But problem arises here, some format is not supported. Is there any tool in API for developers to check whether the file is supported by android?
Or I should just write a iterator to check the listed extension in the following website? http://developer.android.com/guide/appendix/media-formats.html
Thank you very much