Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb58757d authored by Wu-cheng Li's avatar Wu-cheng Li Committed by Android (Google) Code Review
Browse files

Merge "Unhide camera video snapshot supported API."

parents 1a58dce0 4c454d82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
+0 −1
Original line number Diff line number Diff line
@@ -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);