You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2016/02/16 09:08:18 UTC

[jira] [Commented] (CB-10620) Check for CAMERA permissions on Android

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

jcesarmobile commented on CB-10620:
-----------------------------------

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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org