fix sample code typo

issue 5190961

Change-Id: I15f10bc97b46f0e5f5e31ff5b38d6c3a938ddedf
This commit is contained in:
Scott Main
2011-08-24 19:09:48 -07:00
parent 7096c4a0e2
commit 9a10bf0386

View File

@@ -2328,7 +2328,7 @@ public class Camera {
* <p>The reference code is as follows.
*
* <pre>
* public void public void onOrientationChanged(int orientation) {
* public void onOrientationChanged(int orientation) {
* if (orientation == ORIENTATION_UNKNOWN) return;
* android.hardware.Camera.CameraInfo info =
* new android.hardware.Camera.CameraInfo();