liyujie
2025-08-28 b3810562527858a3b3d98ffa6e9c9c5b0f4a9a8e
android/frameworks/base/core/java/android/hardware/Camera.java
....@@ -321,6 +321,7 @@
321321 */
322322 public static final int CAMERA_FACING_FRONT = 1;
323323
324
+ public static final int CAMERA_FACING_EXTERNAL = 2;
324325 /**
325326 * The direction that the camera faces. It should be
326327 * CAMERA_FACING_BACK or CAMERA_FACING_FRONT.