jfoclpf commented on PR #814: URL: https://github.com/apache/cordova-plugin-camera/pull/814#issuecomment-1436557582
Hi @ochakov `WRITE_EXTERNAL_STORAGE` also compiles OK for API 33, (I just tested, @felicienfrancois and @keva91 also tested) it is simply ignored in API 33 and by avoiding maxSdk we avoid a lot of building conflicts. By having minSdk we ensure these new permissions are only used with API 33 and above without any building conflicts, since these permissions are totally new with API 33. @breautek do you have any opinion therefor? -- 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