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
I am getting below while try to open content URI in my latest android phone
[Error: UID 10340 does not have permission to content://com.android.providers.media.documents/document/image%3A1000035069 [user 0]; you could obtain access using ACTION_OPEN_DOCUMENT or related APIs]
I am getting below while try to open content URI in my latest android phone
[Error: UID 10340 does not have permission to content://com.android.providers.media.documents/document/image%3A1000035069 [user 0]; you could obtain access using ACTION_OPEN_DOCUMENT or related APIs]
code -
await FileViewer.open(
'content://com.android.providers.media.documents/document/image%3A1000035069',
{ showOpenWithDialog: true, showAppsSuggestions: true },
);
The text was updated successfully, but these errors were encountered: