17 questions
1
vote
1
answer
72
views
How to upload image from photo picker?
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 ...
2
votes
0
answers
677
views
Google Play rejecting app due to READ\_MEDIA\_IMAGES/READ\_MEDIA\_VIDEO permissions even after removal – stuck for over 2 weeks
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 ...
1
vote
1
answer
39
views
Why can't Android allow multiple image/video selections with the Flutter package image_picker?
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
...
2
votes
1
answer
553
views
Class referenced in the manifest, `com.google.android.gms.metadata.ModuleDependencies`, was not found in the project or the libraries error
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 ...
1
vote
1
answer
220
views
Permissions needed reading picture from gallery using MediaStore API
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 ...
9
votes
3
answers
7k
views
Android 14 Photo Picker Camera Tile Removed From Google Chrome
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 ...
3
votes
1
answer
2k
views
How to enable Browse option in Photo Picker Android
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 ...
4
votes
0
answers
322
views
Jetpack Photo picker missing folder in album
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....
2
votes
1
answer
675
views
How to make Photo Picker show images from Google Photos?
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 ...