bonjourjoel opened a new issue, #847:
URL: https://github.com/apache/cordova-plugin-camera/issues/847

   Hi,
   
   I'm testing the version "7.0.0-dev" in order to make android API 33 work.
   It looks like a very good job to me so far and i'm able to make the camera 
and gallery work both on android <33 and android >=33.
   
   I would like to suggest (ask?) to **remove the condition 
`android:maxSdkVersion="32"`** from the xml line `<uses-permission 
android:maxSdkVersion="32" 
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />`
   
   Why?
   
   - Because it's a useless condition. Android will ignore the permission if 
sdk_int>=33.
   - Because it's in conflict with other plugins, which add this permission 
without this condition. And then it doesn't compile.
   - Because i have tested without it by deleting the line in a hook after 
prepare, and it seems to work fine.
   
   At least it's my advice....
   
   And also i would like to ask when we can expect to have the version 
"7.0.0-dev" as a **release** that we could install with the normal install 
command?
   
   Regards.


-- 
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]

Reply via email to