CB-769 Update BlackBerry Geolocation permission formatting.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/54c00331 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/54c00331 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/54c00331 Branch: refs/heads/master Commit: 54c0033187a7779759c1a6c077e673ba5f2f47a6 Parents: c891431 Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Thu May 31 11:40:26 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Thu May 31 11:40:26 2012 -0700 ---------------------------------------------------------------------- docs/en/edge/cordova/geolocation/geolocation.md | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/54c00331/docs/en/edge/cordova/geolocation/geolocation.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/geolocation/geolocation.md b/docs/en/edge/cordova/geolocation/geolocation.md index b9a2614..b5d9872 100644 --- a/docs/en/edge/cordova/geolocation/geolocation.md +++ b/docs/en/edge/cordova/geolocation/geolocation.md @@ -71,9 +71,10 @@ Permissions #### www/plugins.xml - <plugin name="Geolocation" value="org.apache.cordova.geolocation.Geolocation"/> + <plugin name="Geolocation" value="org.apache.cordova.geolocation.Geolocation" /> #### www/config.xml + <rim:permissions> <rim:permit>read_geolocation</rim:permit> </rim:permissions>