Revision: 31e835828f7a
Branch: default
Author:
rjmatt...@gmail.com
Date: Sun Dec 9 15:49:59 2012
Log: Edited wiki page unofficial_apiref through web user interface.
http://code.google.com/p/android-scripting/source/detail?r=31e835828f7a&repo=wiki
Modified:
/unofficial_apiref.wiki
=======================================
--- /unofficial_apiref.wiki Mon Jul 9 19:03:21 2012
+++ /unofficial_apiref.wiki Sun Dec 9 15:49:59 2012
@@ -1,4 +1,4 @@
-#summary Unofficial API Ref (release R6)
+#summary Unofficial API Ref (release R6x)
More detailed API Help [
http://www.mithril.com.au/android/doc here]
@@ -628,12 +628,14 @@
{{{
cameraCapturePicture(
String targetPath,
- Boolean useAutoFocus[optional, default true])
+ Boolean useAutoFocus[optional, default true],
+ Integer cameraId[optional, default 0]: Id of camera to use. SDK 9)
Take a picture and save it to the specified path.
Returns:
- A map of Booleans autoFocus and takePicture where True indicates success.
+ A map of Booleans autoFocus and takePicture where True indicates success.
+cameraId also included.
}}}
===,,cameraInteractiveCapturePicture,,===