Merge "docs: Fix function name" into mnc-docs

am: 3b686b3c01

* commit '3b686b3c01785a1ed77335391ffb79f7a18e8514':
  docs: Fix function name
This commit is contained in:
Dan Dascalescu
2016-02-05 23:24:28 +00:00
committed by android-build-merger

View File

@@ -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>