erisu commented on issue #854:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/854#issuecomment-1715921459

   `[email protected]` does not declare or use 
`WRITE_EXTERNAL_STORAGE`. 
   
   You are probably installing and older version of `cordova-plugin-file`. You 
should be using `[email protected]. It also supports Android 33 
permissions.
   
   Any other third-party, non-Apache Cordova, plugins that define 
`WRITE_EXTERNAL_STORAGE` and does not define the `android:maxSdkVersion="32"` 
should be updated. You should open an issue ticket on their repos.
   
   Apache plugins that defined the `WRITE_EXTERNAL_STORAGE` have already been 
updated. Also, as a side note, if you using the file-transfer plugin, it was 
updated to remove the WRITE_EXTERNAL_STORAGE permission as well but currently 
in a release vote that should be out soon.
   
   I don't have the link on me, but I noticed @breautek provided a hook script 
that will remove duplicate permissions, such as `WRITE_EXTERNAL_STORAGE`.
   
   I am closing out this ticket as not an issue.


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