[ 
https://issues.apache.org/jira/browse/CB-10620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15148243#comment-15148243
 ] 

jcesarmobile edited comment on CB-10620 at 2/16/16 8:07 AM:
------------------------------------------------------------

To add some information about what Joe said

http://developer.android.com/intl/es/guide/topics/media/camera.html

{quote}
Camera Permission - Your application must request permission to use a device 
camera.

<uses-permission android:name="android.permission.CAMERA" />

Note: *If you are using the camera via an intent, your application does not 
need to request this permission.*
{quote}



was (Author: jcesarmobile):
To add some information about what Joe said

http://developer.android.com/intl/es/guide/topics/media/camera.html

{qoute}
Camera Permission - Your application must request permission to use a device 
camera.

<uses-permission android:name="android.permission.CAMERA" />

Note: *If you are using the camera via an intent, your application does not 
need to request this permission.*
{qoute}


> Check for CAMERA permissions on Android
> ---------------------------------------
>
>                 Key: CB-10620
>                 URL: https://issues.apache.org/jira/browse/CB-10620
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, Plugin Camera
>    Affects Versions: 6.0.1
>            Reporter: Sir Patrick
>              Labels: easyfix, patch
>
> We had a problem here where the permissions for the camera on a 6.0.1 android 
> device was not given and the plugin would silently fail. 
> I see that permission validation is done for READ_EXTERNAL_STORAGE but not 
> for CAMERA. Something we can add here?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to