Merge "Unhide camera video snapshot supported API."

This commit is contained in:
Wu-cheng Li
2011-09-07 14:53:45 -07:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 1 deletions

View File

@@ -9327,6 +9327,7 @@ package android.hardware {
method public boolean isAutoExposureLockSupported();
method public boolean isAutoWhiteBalanceLockSupported();
method public boolean isSmoothZoomSupported();
method public boolean isVideoSnapshotSupported();
method public boolean isZoomSupported();
method public void remove(java.lang.String);
method public void removeGpsData();

View File

@@ -3233,7 +3233,6 @@ public class Camera {
* captured pictures.
*
* @return true if video snapshot is supported.
* @hide
*/
public boolean isVideoSnapshotSupported() {
String str = get(KEY_VIDEO_SNAPSHOT_SUPPORTED);