GusLAN opened a new issue, #879: URL: https://github.com/apache/cordova-plugin-camera/issues/879
# Bug Report ## Problem ### What is expected to happen? Compile on Android without issues when other plugins use the WRITE_EXTERNAL_STORAGE permission, for example cordova-plugin-camera-preview. ### What does actually happen? In version 7.0.0 of cordova-plugin-camera, this permission is included as follows: `<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="32" /> ` This leads to duplication in the AndroidManifest.xml due to android:maxSdkVersion="32". ## Information  ### Environment, Platform, Device Android ### Version information Cordova CLI : 12.0.0 (cordova-lib@12.0.1) Cordova Platforms : android 12.0.1 Ionic CLI: 7.2.0 Ionic Framework: @ionic/angular 7.6.5 @angular-devkit/build-angular: 16.2.2 @angular-devkit/schematics: 16.2.2 @angular/cli: 16.2.2 cordova-plugin-camera-preview: 0.12.3 cordova-plugin-camera: 7.0.0 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [X] I searched for existing GitHub issues - [X] I updated all Cordova tooling to most recent version - [X] I included all the necessary information above -- 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.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