You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... is deprecated (and is not granted) when targeting Android 13+. If you need to query or interact
with MediaStore or media files on the shared storage, you should instead use one or more new
storage permissions: READ_MEDIA_IMAGES, READ_MEDIA_VIDEO or READ_MEDIA_AUDIO.
The text was updated successfully, but these errors were encountered:
Oops I just changed this code in #154 , but please take a look to see if there are any improvements that could be made. There were a lot of changes made around this permission and scoped storage between APIs 28-30, so it may be worth testing on emulators running on 27-31 to see if it is working correctly to take pictures / videos.
We can discuss on this issue if you have any questions.
AndroidManifest.xml
gives a lint warning for this code:The warning is:
The text was updated successfully, but these errors were encountered: