fix sample code typo
issue 5190961 Change-Id: I15f10bc97b46f0e5f5e31ff5b38d6c3a938ddedf
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user