keva91 commented on issue #797: URL: https://github.com/apache/cordova-plugin-camera/issues/797#issuecomment-1420773665
> @keva91 read this [comment](https://github.com/apache/cordova-plugin-camera/pull/814#issuecomment-1324022495) > > Try using PR #814 as you did before and try to guess which plugin is creating the conflict, the one which uses `WRITE_EXTERNAL_STORAGE` without setting `android:maxSdkVersion` > > Can you show us your list of plugins?  > @keva91 thank you for your feedback, I have not submitted my fork as a PR yet because it deserve tests and adjustment on the required permissions at runtime, depending on case. I personaly use it with success, in DATA_URI mode. > > Can you tell me what parameters do you use ? Which mode ? DATA_URI ? FILE ? Taking photo or picking from library ? > > Also, you can try thoose different versions : > > * READ_MEDIA_IMAGES Always requested (Same as PR [Android 13 support #814](https://github.com/apache/cordova-plugin-camera/pull/814) ) > `https://github.com/felicienfrancois/cordova-plugin-camera#f53d3cb2ef5add8f7ba37503c4a10fc8e1337600` > * **READ_MEDIA_IMAGES Never requested (The one I use)** > `https://github.com/felicienfrancois/cordova-plugin-camera#e6e49b85b59263fc5782e835160d01a8932e3690` > * READ_MEDIA_IMAGES requested only when picking from library (Head, i.e. the one you tried) > `https://github.com/felicienfrancois/cordova-plugin-camera#efcd9190d98130d815b442b96e0c69fe17637908` > > As far as I understand, the READ_MEDIA_IMAGES should not be requested as it may not be granted (even refused without prompt in my case) and it is not necessary, at least in my case. But maybe it is needed when using FILE mode I use FILE_URI with few parameters when i try to take a photo :  @felicienfrancois I'll try those different versions thank you 😉 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
