Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -9326,6 +9326,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(); core/java/android/hardware/Camera.java +0 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -9326,6 +9326,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();
core/java/android/hardware/Camera.java +0 −1 Original line number Diff line number Diff line Loading @@ -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); Loading