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

   Just to help pinpoint the conflicting plugins, in my case this permission 
was conflicting between camera and cordova-plugin-nativeaudio
   
   I forked the unmaintained nativeaudio plugin to match the same declaration 
of the permission usage as such : 
   <uses-permission android:maxSdkVersion="32" 
android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
   
   No more conflict.


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