FilePicker
FilePicker copied to clipboard
Google introdue new policy, code should be updated accordingly
"As you know, Google introduced a new policy for the following permissions:
android.permission.READ_MEDIA_IMAGES
android.permission.READ_MEDIA_VIDEO
According to the policy, these permissions can only be used if your app is a gallery app or if its core functionality involves editing, managing, and maintaining photos. Otherwise, you must migrate to the Android photo picker or a photo picker of your choice.
Will you be updating the code to comply with this policy?"