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:23:28 UTC

[04/12] git commit: CB-5685 [BlackBerry10] Add access_shared permission

CB-5685 [BlackBerry10] Add access_shared permission


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/89a36b15
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/89a36b15
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/89a36b15

Branch: refs/heads/master
Commit: 89a36b15e408e6ecfc524fe7440e53542962a2e1
Parents: ccc7496
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Tue Jan 7 10:57:53 2014 -0500
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Tue Jan 7 10:58:56 2014 -0500

----------------------------------------------------------------------
 plugin.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/89a36b15/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index eef8c34..0d146df 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -116,6 +116,9 @@ xmlns:android="http://schemas.android.com/apk/res/android"
         <config-file target="www/config.xml" parent="/widget">
             <feature name="media-capture" value="Capture"/>
         </config-file>
+        <config-file target="www/config.xml" parent="/widget/rim:permissions">
+          <rim:permit>access_shared</rim:permit>
+        </config-file>
       </platform>
 
     <!-- wp7 -->