Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8EEAD102C3 for ; Wed, 16 Oct 2013 20:24:14 +0000 (UTC) Received: (qmail 17075 invoked by uid 500); 16 Oct 2013 20:24:13 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 16974 invoked by uid 500); 16 Oct 2013 20:24:12 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 16929 invoked by uid 99); 16 Oct 2013 20:24:10 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Oct 2013 20:24:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 89FD49163CB; Wed, 16 Oct 2013 20:24:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Wed, 16 Oct 2013 20:24:12 -0000 Message-Id: <503d56ee18fb4dc0bd7766ae91ec7cba@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/5] docs commit: CB-5005 plugin doc update for File CB-5005 plugin doc update for File Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/931aff90 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/931aff90 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/931aff90 Branch: refs/heads/master Commit: 931aff908a4802174ed30c48a2bb07305f32f3b8 Parents: da26714 Author: mbillau Authored: Tue Oct 8 14:09:42 2013 -0400 Committer: mbillau Committed: Tue Oct 8 14:09:42 2013 -0400 ---------------------------------------------------------------------- docs/en/edge/cordova/file/file.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/931aff90/docs/en/edge/cordova/file/file.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/file/file.md b/docs/en/edge/cordova/file/file.md index fafd625..4836fd1 100644 --- a/docs/en/edge/cordova/file/file.md +++ b/docs/en/edge/cordova/file/file.md @@ -50,11 +50,12 @@ Interface, to add or remove this feature for a project: [ 'org.apache.cordova.file' ] $ cordova plugin rm org.apache.cordova.file -To use the file-transfer plugin you must add that separately. +To use the file-transfer plugin you must add that separately. Do not add the file plugin manually because it will be automatically added as a dependency plugin by the CLI. $ cordova plugin add org.apache.cordova.file-transfer $ cordova plugin ls - [ 'org.apache.cordova.file-transfer' ] + [ 'org.apache.cordova.file', + 'org.apache.cordova.file-transfer' ] $ cordova plugin rm org.apache.cordova.file-transfer These commands apply to all targeted platforms, but modify the @@ -62,14 +63,24 @@ platform-specific configuration settings described below: * Android + (after adding just the file plugin) + (in app/res/xml/config.xml) + + + + + (in app/AndroidManifest.xml) + + + (after adding just the file-transfer plugin) (in app/res/xml/config.xml) - + - + (in app/AndroidManifest.xml)