You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2014/09/15 19:41:34 UTC

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

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

Joe Bowser resolved CB-5092.
----------------------------
    Resolution: Done

Documentation has been re-written and omits the permissions, since these would be loaded by plugman.

> 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 Geolocation
>    Affects Versions: 3.1.0
>            Reporter: Peter
>            Priority: Minor
>
> 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?



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