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 2EDB0113F4 for ; Fri, 27 Jun 2014 16:10:54 +0000 (UTC) Received: (qmail 85665 invoked by uid 500); 27 Jun 2014 16:10:53 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 85637 invoked by uid 500); 27 Jun 2014 16:10:53 -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 85628 invoked by uid 99); 27 Jun 2014 16:10:53 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jun 2014 16:10:53 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9C67898F26E; Fri, 27 Jun 2014 16:10:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Message-Id: <1cd55aebb6ba49d9ac13a321582415e1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Remove iOS doc reference to non-existing navigator.fileMgr API Date: Fri, 27 Jun 2014 16:10:53 +0000 (UTC) Repository: cordova-plugin-camera Updated Branches: refs/heads/master c1683000d -> fa93b534d Remove iOS doc reference to non-existing navigator.fileMgr API close #13 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/fa93b534 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/fa93b534 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/fa93b534 Branch: refs/heads/master Commit: fa93b534d189366d7bf787653c8bc67451cc77a4 Parents: c168300 Author: Eirik Hoem Authored: Thu Feb 13 11:35:59 2014 +0100 Committer: Andrew Grieve Committed: Fri Jun 27 12:10:35 2014 -0400 ---------------------------------------------------------------------- doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/fa93b534/doc/index.md ---------------------------------------------------------------------- diff --git a/doc/index.md b/doc/index.md index d4c4fe0..5875a93 100644 --- a/doc/index.md +++ b/doc/index.md @@ -275,7 +275,7 @@ Optional parameters to customize the camera settings. - Set `quality` below 50 to avoid memory errors on some devices. -- When using `destinationType.FILE_URI`, photos are saved in the application's temporary directory. You may delete the contents of this directory using the `navigator.fileMgr` APIs if storage space is a concern. +- When using `destinationType.FILE_URI`, photos are saved in the application's temporary directory. The contents of the application's temporary directory is deleted when the application ends. ### Tizen Quirks