You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Mike Billau (JIRA)" <ji...@apache.org> on 2013/10/16 16:03:42 UTC

[jira] [Assigned] (CB-5096) Compass - API docs / plugin.xml permission mismatch

     [ https://issues.apache.org/jira/browse/CB-5096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Billau reassigned CB-5096:
-------------------------------

    Assignee: Mike Sierra

https://github.com/mbillau/cordova-docs/commit/da26714c64d96e85c43a559a0e491622ea2f22d2

> Compass - API docs / plugin.xml permission mismatch
> ---------------------------------------------------
>
>                 Key: CB-5096
>                 URL: https://issues.apache.org/jira/browse/CB-5096
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, Docs, Plugin Device Orientation
>    Affects Versions: 3.1.0
>            Reporter: Peter
>            Assignee: Mike Sierra
>            Priority: Minor
>
> The plugin for *cordova-plugin-device-orientation* plugin.xml https://github.com/apache/cordova-plugin-device-orientation/blob/master/plugin.xml says the "Compass" needs the following permissions
> {code}
> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
> {code}
> but the documentation http://cordova.apache.org/docs/en/3.1.0/cordova_compass_compass.md.html#Compass makes no mention of this requirement.
> Which one is correct?



--
This message was sent by Atlassian JIRA
(v6.1#6144)