jacobg commented on PR #1609: URL: https://github.com/apache/cordova-android/pull/1609#issuecomment-1905156891
> > What about requesting for camera permission? > > If you mean [android.Manifest.permission.CAMERA](https://developer.android.com/reference/android/Manifest.permission#CAMERA) this permission is only required for accessing the camera APIs, not for using the intents. Using the onShowFileChooser implementation in this pull request, and choosing Camera, the Camera screen does not appear. But if I request CAMERA permission first and user grants it, then the Camera will show. -- 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