You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/06/21 21:42:35 UTC

docs commit: [CB-787] updated camera saveToPhotoAlbum documentation for androids quirks

Updated Branches:
  refs/heads/master f14a877dc -> 530eab8e3


[CB-787] updated camera saveToPhotoAlbum documentation for androids quirks


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/530eab8e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/530eab8e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/530eab8e

Branch: refs/heads/master
Commit: 530eab8e353e0dc988ed0bd201c240bf9caf4a92
Parents: f14a877
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Jun 21 12:43:44 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jun 21 12:43:44 2012 -0700

----------------------------------------------------------------------
 .../edge/cordova/camera/parameter/cameraOptions.md |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/530eab8e/docs/en/edge/cordova/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/camera/parameter/cameraOptions.md b/docs/en/edge/cordova/camera/parameter/cameraOptions.md
index 0665ee8..9b53a45 100644
--- a/docs/en/edge/cordova/camera/parameter/cameraOptions.md
+++ b/docs/en/edge/cordova/camera/parameter/cameraOptions.md
@@ -29,7 +29,8 @@ Optional parameters to customize the camera settings.
       encodingType: Camera.EncodingType.JPEG,
       targetWidth: 100,
       targetHeight: 100,
-      popoverOptions: CameraPopoverOptions };
+      popoverOptions: CameraPopoverOptions,
+      saveToPhotoAlbum: false };
 
 Options
 -------
@@ -80,9 +81,7 @@ Android Quirks
 
 - Ignores the `allowEdit` parameter.
 - Camera.PictureSourceType.PHOTOLIBRARY and Camera.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
-- Camera.EncodingType is not supported.
 - Ignores the `correctOrientation` parameter.
-- Ignores the `saveToPhotoAlbum` parameter.
 
 BlackBerry Quirks
 -----------------