[
https://issues.apache.org/jira/browse/CB-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter updated CB-5092:
----------------------
Description:
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?
> 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
> 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.1#6144)