christiaan commented on PR #844:
URL: 
https://github.com/apache/cordova-plugin-camera/pull/844#issuecomment-1686509043

   I am trying to use this together with the cordova-plugin-file.
   
   Both the plugins write an entry concerning the WRITE_EXTERNAL_STORAGE to the 
manifest.
   And I guess because it is now conditional I end up with two lines like the 
following.
   
   ```
       <uses-permission 
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
       <uses-permission android:maxSdkVersion="32" 
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
   ```
   
   Which causes the following error
   
   > Error:
           Element uses-permission#android.permission.WRITE_EXTERNAL_STORAGE at 
AndroidManifest.xml:50:5-108 duplicated with element declared at 
AndroidManifest.xml:49:5-81
   
   Is this something I should fix in my project?


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