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
On android 14 which introduces limited asset access and lets user select specific assets to limit access to all media from device if user opts for "limited access" and without selecting assets clicks on "allow none" this leads to dead-end with no option to change settings
How to reproduce
Initiate following code on any android 14 device
final asset =awaitAssetPicker.pickAssets(
context,
pickerConfig:AssetPickerConfig(
maxAssets:5,
requestType:RequestType.image,
specialPickerType:SpecialPickerType.noPreview,
),
);
Steps to reproduce the behavior:
Initiate above code
On first invoke it will ask for permission select "Limited access permission"
System pop-up will appear to select asset don't select any asset and click on "Allow none" option
Empty screen with no option to update permission will appear
Expected behavior
There should be at-least option to open settings to change permission
If user selects new media from settings it should be updated without closing and reopening again
Using already available overlay for android as-well would nice
What happens
Once "Allow none" option is selected user will not have any options to update permission, even after closing and re-opending screen will lead to empty and option-less screen
Bug description
How to reproduce
Initiate following code on any android 14 device
Steps to reproduce the behavior:
Expected behavior
What happens
359823613-875929af-ca04-4be9-9ae5-8eb9e02358e2.1.mov
Version information
The text was updated successfully, but these errors were encountered: