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

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

Peter created CB-5096:
-------------------------

             Summary: 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
            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)