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 2013/12/05 01:56:46 UTC

[10/28] git commit: [ubuntu] specify policy_group

[ubuntu] specify policy_group


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/00e94efe
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/00e94efe
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/00e94efe

Branch: refs/heads/master
Commit: 00e94efe155f0ebdc2895885bcbb41af77d70c11
Parents: 47a9230
Author: Maxim Ermilov <ma...@canonical.com>
Authored: Mon Nov 11 18:00:09 2013 +0400
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Dec 2 15:44:38 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/00e94efe/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 304f04b..3ea3b6a 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -88,6 +88,11 @@
     
     <!-- ubuntu -->
     <platform name="ubuntu">
+        <config-file target="config.xml" parent="/*">
+            <feature name="Camera">
+                <param policy_group="contacts" policy_version="1" />
+            </feature>
+        </config-file>
         <header-file src="src/ubuntu/contacts.h" />
         <source-file src="src/ubuntu/contacts.cpp" />
     </platform>