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.
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