From 9aefbb009646c90afc4961ccfac1229ecbfe351f Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Thu, 4 Feb 2016 16:19:38 -0800 Subject: docs: Fix function name bug: https://code.google.com/p/android/issues/detail?id=27174 Change-Id: I72fd7e22838b71a678185601d97ae7e238812b92 --- docs/html/about/versions/android-4.0.3.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/about/versions/android-4.0.3.jd b/docs/html/about/versions/android-4.0.3.jd index 4c2ccb96bfd3..f9627a305f0b 100644 --- a/docs/html/about/versions/android-4.0.3.jd +++ b/docs/html/about/versions/android-4.0.3.jd @@ -264,7 +264,7 @@ profiles. Quality level is represented by the {@link android.media.CamcorderProfile#QUALITY_TIME_LAPSE_QVGA} constants.
  • New methods {@link android.hardware.Camera.Parameters#setVideoStabilization(boolean) setVideoStabilization()}, -{@link android.hardware.Camera.Parameters#getVideoStabilization() setVideoStabilization()}, and {@link android.hardware.Camera.Parameters#isVideoStabilizationSupported() isVideoStabilizationSupported()} +{@link android.hardware.Camera.Parameters#getVideoStabilization() getVideoStabilization()}, and {@link android.hardware.Camera.Parameters#isVideoStabilizationSupported() isVideoStabilizationSupported()} let you check and manage video stabilization for a {@link android.hardware.Camera}.
  • -- cgit v1.2.3-59-g8ed1b