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

Commit 8698821c authored by Emilian Peev's avatar Emilian Peev Committed by android-build-merger
Browse files

Merge "Camera: Fix some documentation typos" into qt-dev

am: ee0d8180

Change-Id: Ide360261ba0ca64826c285775d77a10fac269593
parents 61c4bc89 ee0d8180
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -98,7 +98,7 @@ public final class CameraManager {
     * identifiers, while removable cameras have a unique identifier for each
     * identifiers, while removable cameras have a unique identifier for each
     * individual device, even if they are the same model.</p>
     * individual device, even if they are the same model.</p>
     *
     *
     * <p>This list doesn't contain physical cameras that can only used as part of a logical
     * <p>This list doesn't contain physical cameras that can only be used as part of a logical
     * multi-camera device.</p>
     * multi-camera device.</p>
     *
     *
     * @return The list of currently connected camera devices.
     * @return The list of currently connected camera devices.
@@ -263,7 +263,7 @@ public final class CameraManager {
     * immutable for a given camera.</p>
     * immutable for a given camera.</p>
     *
     *
     * <p>From API level 29, this function can also be used to query the capabilities of physical
     * <p>From API level 29, this function can also be used to query the capabilities of physical
     * cameras that can only be used as part of logical multi-camera. These cameras cannot not be
     * cameras that can only be used as part of logical multi-camera. These cameras cannot be
     * opened directly via {@link #openCamera}</p>
     * opened directly via {@link #openCamera}</p>
     *
     *
     * @param cameraId The id of the camera device to query. This could be either a standalone
     * @param cameraId The id of the camera device to query. This could be either a standalone