Dhaval2404 / ImagePicker

๐Ÿ“ธImage Picker for Android, Pick an image from Gallery or Capture a new image with Camera
Apache License 2.0
1.53k stars 341 forks source link

changed intent from ACTION_GET_CONTENT to ACTION_GET_CONTENT #264

Closed build3r closed 2 years ago

build3r commented 2 years ago

๐Ÿš€ Description

The current gallery intent only list document app like google drive, file manager etc but it doesn't list gallery apps like Default gallery, Google photos etc.

๐Ÿ“„ Motivation and Context

This needed to list gallery apps which will make choosing the image easier as user are familiar with gallery apps. The alternative is to traverse directory structure of select image from all the images on device. More details of the issue are here https://github.com/Dhaval2404/ImagePicker/issues/263

๐Ÿงช How Has This Been Tested?

Its an intent change and have test on emulator, test devices and personal devices.

๐Ÿ“ท Screenshots (if appropriate)

ACTION_OPEN_DOCUMENT ACTION_GET_CONTENT

๐Ÿ“ฆ Types of changes

โœ… Checklist