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

   # Bug Report
   
   ## Problem
   Duplicate Permission Error For WRITE_EXTERNAL_STORAGE is being added in 
Android Manifest file
   
   ### What is expected to happen?
   It should not add duplicate WRITE_EXTERNAL_STORAGE
   
   ### What does actually happen?
   Due to minSDK check, this was creating multiple permission in Android 
manifest file.
   If you are using any other plugin, which also requires the 
WRITE_EXTERNAL_STORAGE
   
   Element uses-permission#android.permission.WRITE_EXTERNAL_STORAGE at 
AndroidManifest.xml:20:5-108 duplicated with element declared at 
AndroidManifest.xml:13:5-81
   
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   plugin.xml
   <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" 
android:maxSdkVersion="32" />
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   Android
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## 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: [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