I want users to be able to choose a photo from their media library but don't want them to be able to choose a video. I'm having trouble limiting them to only choosing a photo. When I open the gallery app using
new Intent(Intent.ACTION_PICK, MediaStore.Images.Media.EXTERNAL_CONTENT_URI)
then they are able to choose both photos and videos. Is there a way to limit them to only choosing photos?