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 01:41:44 UTC

[jira] [Created] (CB-5092) Geolocation - API Documentation and plugin.xml permissions mismatch

Peter created CB-5092:
-------------------------

             Summary: Geolocation - API Documentation and plugin.xml permissions mismatch
                 Key: CB-5092
                 URL: https://issues.apache.org/jira/browse/CB-5092
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android, Plugin Device Orientation
    Affects Versions: 3.1.0
         Environment: API documentation for Geolocation http://cordova.apache.org/docs/en/3.1.0/cordova_geolocation_geolocation.md.html#Geolocation says that the following Android permissions are necessary

{code}
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
{code}

but the *cordova-plugin-geolocation* plugin does not have the _ACCESS_LOCATION_EXTRA_COMMANDS_ in its plugins.xml

Is it missing from the plugins.xml, or is the documentation incorrect?
            Reporter: Peter
            Priority: Minor






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