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

Commit 4c454d82 authored by Wu-cheng Li's avatar Wu-cheng Li
Browse files

Unhide camera video snapshot supported API.

bug:5187868
Change-Id: Idefde8746012c8ef504f3e3020e3fe1256c60860
parent b4a431fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
+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);