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
fix(android): Update Intent actions for file picking
Restricts the usage of `ACTION_PICK` to `image/*` mime types only. Replaces `ACTION_GET_CONTENT` with `ACTION_OPEN_DOCUMENT` for general file selection to ensure consistent document access.
0 commit comments