We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Images is not visible and print snack bar The permission to access Files is not granted, please go to settings to grant it
Screenshots
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered:
Have same problem
Sorry, something went wrong.
Still, this same issue is there. I cannot able to open Gallery due to this. Please reply once fixed this.
Use android native picker :
private val pickMultipleVisualMedia = registerForActivityResult( ActivityResultContracts.PickMultipleVisualMedia( Costanti.NUMERO_IMMAGINI_CENSIMENTO ) ) { uris -> // Process URIs Timber.d("Photo Picker URIs count", uris.size) dagalleria(uris) }
pickMultipleVisualMedia.launch(PickVisualMediaRequest(ActivityResultContracts.PickVisualMedia.ImageOnly))
hani-momanii
No branches or pull requests
Describe the bug
Images is not visible and print snack bar The permission to access Files is not granted, please go to settings to grant it
Screenshots
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: