From fa93b534d189366d7bf787653c8bc67451cc77a4 Mon Sep 17 00:00:00 2001 From: Eirik Hoem Date: Thu, 13 Feb 2014 11:35:59 +0100 Subject: [PATCH] Remove iOS doc reference to non-existing navigator.fileMgr API close #13 --- doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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