You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/10/17 02:47:34 UTC

[GitHub] [cordova-plugin-camera] breautek edited a comment on issue #419: No camera permission in Android app.

breautek edited a comment on issue #419: No camera permission in Android app.
URL: https://github.com/apache/cordova-plugin-camera/issues/419#issuecomment-542973002
 
 
   Camera permissions is not necessary for this plugin because we don't use the camera APIs directly. Instead we use the Camera intent, which uses the system's camera app.
   
   > Note: If you are using the camera by invoking an existing camera app, your application does not need to request this permission.
   
   https://developer.android.com/guide/topics/media/camera#manifest
   
   The camera permission is required if you use the `Camera` API directly which would allow you to control the camera without the user really knowing and this plugin does not use those APIs.
   
   https://developer.android.com/guide/topics/media/camera#camera-apps

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org