[BlackBerry10] removed uneeded permission tags in plugin.xml Reviewed by Rowell Cruz <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/commit/b8faed2a Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/b8faed2a Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/b8faed2a Branch: refs/heads/master Commit: b8faed2aacc20937c076b05f9f803260f2dc2a1d Parents: 8840c93 Author: Kristoffer Flores <[email protected]> Authored: Fri Sep 20 13:44:16 2013 -0400 Committer: Bryan Higgins <[email protected]> Committed: Mon Sep 23 10:34:27 2013 -0400 ---------------------------------------------------------------------- plugin.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/b8faed2a/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 0572a4f..9b9bfa4 100644 --- a/plugin.xml +++ b/plugin.xml @@ -99,10 +99,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" <config-file target="www/config.xml" parent="/widget"> <feature name="Geolocation" value="Geolocation"/> </config-file> - <config-file target="www/config.xml" parent="/widget"> - <rim:permissions> - </rim:permissions> - </config-file> <config-file target="www/config.xml" parent="/widget/rim:permissions"> <rim:permit>read_geolocation</rim:permit> </config-file>
