CB-769 Fix BlackBerry Contacts 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/d2059ead Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/d2059ead Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/d2059ead Branch: refs/heads/master Commit: d2059eadef9f6eeab2e96b51bf2910a3a902f4dc Parents: de56184 Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Thu May 31 11:37:25 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Thu May 31 11:37:25 2012 -0700 ---------------------------------------------------------------------- docs/en/edge/cordova/contacts/contacts.md | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/d2059ead/docs/en/edge/cordova/contacts/contacts.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/contacts/contacts.md b/docs/en/edge/cordova/contacts/contacts.md index ea58281..4d06438 100644 --- a/docs/en/edge/cordova/contacts/contacts.md +++ b/docs/en/edge/cordova/contacts/contacts.md @@ -74,9 +74,10 @@ Permissions #### www/plugins.xml - <plugin name="Contact" value="org.apache.cordova.pim.Contact"/> + <plugin name="Contact" value="org.apache.cordova.pim.Contact"/> #### www/config.xml + <feature id="blackberry.find" required="true" version="1.0.0.0" /> <feature id="blackberry.identity" required="true" version="1.0.0.0" /> <feature id="blackberry.pim.Address" required="true" version="1.0.0.0" />