Merge "Unhide camera video snapshot supported API."
This commit is contained in:
@@ -9327,6 +9327,7 @@ package android.hardware {
|
|||||||
method public boolean isAutoExposureLockSupported();
|
method public boolean isAutoExposureLockSupported();
|
||||||
method public boolean isAutoWhiteBalanceLockSupported();
|
method public boolean isAutoWhiteBalanceLockSupported();
|
||||||
method public boolean isSmoothZoomSupported();
|
method public boolean isSmoothZoomSupported();
|
||||||
|
method public boolean isVideoSnapshotSupported();
|
||||||
method public boolean isZoomSupported();
|
method public boolean isZoomSupported();
|
||||||
method public void remove(java.lang.String);
|
method public void remove(java.lang.String);
|
||||||
method public void removeGpsData();
|
method public void removeGpsData();
|
||||||
|
|||||||
@@ -3233,7 +3233,6 @@ public class Camera {
|
|||||||
* captured pictures.
|
* captured pictures.
|
||||||
*
|
*
|
||||||
* @return true if video snapshot is supported.
|
* @return true if video snapshot is supported.
|
||||||
* @hide
|
|
||||||
*/
|
*/
|
||||||
public boolean isVideoSnapshotSupported() {
|
public boolean isVideoSnapshotSupported() {
|
||||||
String str = get(KEY_VIDEO_SNAPSHOT_SUPPORTED);
|
String str = get(KEY_VIDEO_SNAPSHOT_SUPPORTED);
|
||||||
|
|||||||
Reference in New Issue
Block a user