woocommerce / woocommerce-android

WooCommerce Android app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
277 stars 134 forks source link

Image upload is broken for devices running on Android 9 and lower #12126

Closed hichamboushaba closed 1 week ago

hichamboushaba commented 1 month ago

Image upload doesn't work on devices running on Android 9 and lower, and this is caused by the removal of the permissions READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE done when migrating to use the Photo Picker.

The issue happens when both picking a file from the device, or when trying to take a picture from the camera, the Camera issue is being handled in the MediaPicker library.

Internal discussion peaMlT-Mq-p2
dangermattic commented 1 month ago

Thanks for reporting! 👍