Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
72 views

I let user to pick and image from their gallery via photo picker (compose variant) as described here. It works fine, I got URI that can be used in Coil's AsyncImage to display the image. Then, I need ...
Andrey Golubev's user avatar
2 votes
0 answers
677 views

I've been stuck on this issue for over two weeks and would really appreciate any guidance. Google Play keeps rejecting my app update with the following reason: Issue found: Permission use is not ...
Kingsley's user avatar
1 vote
1 answer
39 views

The image_picker, has the following three methods to reference when wanting to make device XFile selections: pickImage() pickVideo() pickMultiImage() pickMultiMedia() <- this is the one i want ...
Spencer's user avatar
  • 135
2 votes
1 answer
553 views

These day I want to make google photo picker under api level 30 so I write AndroidManifest.xml <!-- suppress AndroidDomInspection --> <!-- Trigger Google Play services to install the ...
seunghee's user avatar
1 vote
1 answer
220 views

Consider implementing an app, that lets users pick images taken with a camera from Gallery, and then use those pics on the app. Project settings are targetSdk=34, compileSdk=34, minSdk=22 Using ...
Erkki Nokso-Koivisto's user avatar
9 votes
3 answers
7k views

Attempting to upload photos on a website using chrome on Android 14. There is no longer an option to use camera to take photo and upload. Only option is to choose photo from album. This issue only ...
Nivekyrrep's user avatar
3 votes
1 answer
2k views

When I implement a Photo Picker functionality in my app using Photo Picker Android library. I have access only Camera, Screenshot and Download folders including some recent photos/videos, Not the ...
Rahul's user avatar
  • 681
4 votes
0 answers
322 views

I have many folder which contains jpeg, png etc images but only 3 folder shows are shown . Is there any way to show all folder which contain images in PickVisualMedia to select a single image or video....
BQF's user avatar
  • 41
2 votes
1 answer
675 views

Is there any way to make Photo Picker show images from Google Photos? I've tested it on an emulator API 33 and it only shows images from the Gallery (even though there are images in Google Photos and ...
Augusto Carmo's user avatar