You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/02/11 00:21:10 UTC

[02/15] git commit: [BlackBerry10] Add permission to access_shared

[BlackBerry10] Add permission to access_shared


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/39a5889c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/39a5889c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/39a5889c

Branch: refs/heads/master
Commit: 39a5889c3b6e9bc91bddd386fe37423c8b8f7c8e
Parents: 2d3997b
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Tue Jan 7 10:55:20 2014 -0500
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Tue Jan 7 10:55:20 2014 -0500

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/39a5889c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 946e5ea..0bc9190 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -131,7 +131,7 @@
             <feature name="Camera" value="Camera"/>
         </config-file>
         <config-file target="www/config.xml" parent="/widget/rim:permissions">
-          <rim:permit>read_geolocation</rim:permit>
+          <rim:permit>access_shared</rim:permit>
         </config-file>
         <js-module src="www/CameraPopoverHandle.js" name="CameraPopoverHandle">
             <clobbers target="CameraPopoverHandle" />