Fix bad commit/merge
1 file changed
tree: 366839b268db613766515c021d98d03244341ae9
  1. docs/
  2. src/
  3. test/
  4. www/
  5. .gitignore
  6. LICENSE
  7. plugin.xml
  8. README.md
  9. RELEASENOTES.md
README.md

cordova-plugin-contacts

To install this plugin, follow the Command-line Interface Guide.

If you are not using the Cordova Command-line Interface, follow Using Plugman to Manage Plugins.

Using Contacts in Firefox OS

Edit manifest.webapp and add permissions field as described in Manifest Docs. There is also a need to change the webapp type to “privileged” - Manifest Docs. All privileged apps enforce Content Security Policy which forbids inline script. Initialize your application in another way.