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

Commit bb85e1cc authored by Yin-Chia Yeh's avatar Yin-Chia Yeh
Browse files

Camera: another update API for external camera

Bug: 72261912
Change-Id: I710200238fe76c440951915ca8c81f4a9fbbe7ef
parent cfd17093
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3535,8 +3535,8 @@ public class Camera {
        /**
         * Gets the focal length (in millimeter) of the camera.
         *
         * @return the focal length. This method will always return a valid
         *         value.
         * @return the focal length. Returns -1.0 when the device
         *         doesn't report focal length information.
         */
        public float getFocalLength() {
            return Float.parseFloat(get(KEY_FOCAL_LENGTH));