openmobilehub / react-native-omh-storage

https://openmobilehub.github.io/react-native-omh-storage/
Apache License 2.0
7 stars 0 forks source link

OMHD-534 Upload issue on Android #59

Closed damiann5f closed 3 months ago

damiann5f commented 3 months ago

Summary

Android does not require additional permissions for file picker intents and some of the request permissions on any Android version. Tested on Android API 26, 33, 34.

Note: the bug was caused by incorrect permissions list for Android API 33 - requesting permissions that could never be granted.

Demo

https://github.com/user-attachments/assets/92ff36c1-a7ad-4dcf-a7a3-2dd98bcc97cb

Closes: OMHD-534