From 7c511187432e4eae20b7d2ad446370ba931940bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Mon, 23 Sep 2019 16:48:03 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1415a5e9..9d107c12 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ document.addEventListener('deviceready', function () { }, false); ``` -All properties are optional. After opening the draft the user may have the possibilities to edit the draft from the UI. +All properties are optional. After opening the draft the user may have the possibilities to edit the draft from the UI. The callback comes without arguments. ```javascript cordova.plugins.email.open({ @@ -172,7 +172,7 @@ To check for a specific mail client, just pass its uri scheme on iOS, or the pac cordova.plugins.email.hasClient('gmail', callbackFn); ``` -For Android, it's possible to get a list of all installed email clients: +For Android only, it's possible to get a list of all installed email clients: ```javascript cordova.plugins.email.getClients(function (apps) { @@ -180,9 +180,6 @@ cordova.plugins.email.getClients(function (apps) { }); ``` -__Note:__ Please keep in mind that these functions might return false results and the support is not fully given for all platforms. Its wise to consider these functions as optional. - - ## Permissions Some functions require permissions on __Android__. The plugin itself does not add them to the manifest nor does it ask for by itself at runtime.