Loading core/java/android/hardware/camera2/CameraManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ public final class CameraManager { * identifiers, while removable cameras have a unique identifier for each * 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> * * @return The list of currently connected camera devices. Loading Loading @@ -263,7 +263,7 @@ public final class CameraManager { * immutable for a given camera.</p> * * <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> * * @param cameraId The id of the camera device to query. This could be either a standalone Loading Loading
core/java/android/hardware/camera2/CameraManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ public final class CameraManager { * identifiers, while removable cameras have a unique identifier for each * 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> * * @return The list of currently connected camera devices. Loading Loading @@ -263,7 +263,7 @@ public final class CameraManager { * immutable for a given camera.</p> * * <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> * * @param cameraId The id of the camera device to query. This could be either a standalone Loading