PieterVanPoyer commented on issue #611:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/611#issuecomment-718465857


   @HarelM indeed normally the permission must be set by cordova itself. 
   Because the WRITE_EXTERNAL_STORAGE must be declared in the manifest, else 
the user is unable to allow it later. The reason is, that the permission holds 
a high risk and it must be ``whitelisted``. [ 
https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE
 ]
   It is indeed correctly declared in the plugin.xml.
   Does removing the platform and plugin and afterwards reïnstalling it solve 
the problem?
   
   Can you reproduce it in a blank Cordova 10 project in anyway, with just the 
camera plugin included?
   If yes, then you could make a new issue for the camera plugin.


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

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