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
When a user selects the option to limit access to galleries and chooses the photos of interest, they encounter a DeniedAlwaysException error, even though the user should get granted access.
The text was updated successfully, but these errors were encountered:
I have a same question. Although the user allow limited access of photos, the granted is still false. The ask permission process do one more time and get DeniedAlwaysException.
val granted = permissionController.isPermissionGranted(Permission.GALLERY)
When a user selects the option to limit access to galleries and chooses the photos of interest, they encounter a DeniedAlwaysException error, even though the user should get granted access.
The text was updated successfully, but these errors were encountered: