diff options
| author | 2016-02-04 16:19:38 -0800 | |
|---|---|---|
| committer | 2016-02-04 16:19:38 -0800 | |
| commit | 9aefbb009646c90afc4961ccfac1229ecbfe351f (patch) | |
| tree | 6fffd3b611f0af0a08220786778574b30339c238 | |
| parent | 611c2e0ede19ae455956471f42d1577da69119c7 (diff) | |
docs: Fix function name
bug: https://code.google.com/p/android/issues/detail?id=27174
Change-Id: I72fd7e22838b71a678185601d97ae7e238812b92
| -rw-r--r-- | docs/html/about/versions/android-4.0.3.jd | 2 |
1 files changed, 1 insertions, 1 deletions
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.</li> <li>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}.</li> </ul> |