When using the MediaPicker.PickPhotoAsync() the Android 14 media picker is shown correctly, however the picker appears as a modal bottom sheet view - and because MediaPicker uses an Intermediary activity (I think) this modal gets shown over that activity, which is just blank.
So you end up with you app navigating to a blank activity with a media picker bottom sheet over the top of it.
Expected Behavior
The media picker bottom sheet should go over the Activity calling MediaPicker and not over an Intermediary activity
Actual Behavior
A new blank activity is navigated too first and then the bottom sheet is displayed over that,
Description
When using the MediaPicker.PickPhotoAsync() the Android 14 media picker is shown correctly, however the picker appears as a modal bottom sheet view - and because MediaPicker uses an Intermediary activity (I think) this modal gets shown over that activity, which is just blank.
So you end up with you app navigating to a blank activity with a media picker bottom sheet over the top of it.
Expected Behavior
The media picker bottom sheet should go over the Activity calling MediaPicker and not over an Intermediary activity
Actual Behavior
A new blank activity is navigated too first and then the bottom sheet is displayed over that,
Basic Information
Screenshots
Masked out possible private information...