felicienfrancois commented on issue #797: URL: https://github.com/apache/cordova-plugin-camera/issues/797#issuecomment-1419592163
@Houdhey @keva91 this issue was already discussed on the PR. It is due to manifest merge conflicts with other plugins using WRITE_EXTERNAL_STORAGE permission without setting android:maxSdkVersion="32" in their manifest. As discussed on the PR #814 , the android:maxSdkVersion="32" constraint should be removed from the PR as it would create issues for most people. Also, from my tests, #814 PR has also another issue with DATA_URI output. I forked this PR to solve both issues here : https://github.com/felicienfrancois/cordova-plugin-camera -- 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]
