MajidArabi / AndroidFilePicker

Android Image, Video and Audio Picker
Apache License 2.0
61 stars 9 forks source link

Android 13 issue #5

Closed ibrahimhaydarids closed 1 year ago

ibrahimhaydarids commented 1 year ago

file not loaded on android 13 devices

MajidArabi commented 1 year ago

Thank you for reporting the problem. I will check it out soon.

nguyencongbinh commented 1 year ago

Hello, Please support android 13

MajidArabi commented 1 year ago

Hi @nguyencongbinh and @ibrahimhaydarids. I checked it and everything works fine on Android 13. Tested device: Xiaomi 12T with Android 13. Can you tell me what device you tested on?

integrateddigitalsystems commented 1 year ago

it could works on Android 13 if targetSDKVersion in gradle file is below 33 , when trying to update targetSDKVersion to 33 then the library tries to open bottomsheet gallery and failed