breautek commented on issue #922:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/922#issuecomment-2594324007

   Are you able to determine if `getPicture` works properly with `FILE_URI` 
destination type? I wonder if the DATA_URL path is doing something a bit 
different...
   
   Since 8.0.0 logic was simplified and uses the content resolver, no more 
direct file APIs... and images that the user picked from gallery/photo album 
should have a temporary read granted to the application, not requiring any 
explicit permissions.
   
   > Debugging in Android Studio emulator (API 34) and Pixel 7.
   
   Some emulators, though I think the older ones the default photo gallery is 
broken in terms of not correctly granting intents the required permissions. If 
a Google Play emulator image is used, you can sign into Google Play and apply 
whatever updates a typical retail user would have and sometimes that can solve 
some issues. So that could be a worth a try too.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to