From b3810562527858a3b3d98ffa6e9c9c5b0f4a9a8e Mon Sep 17 00:00:00 2001 From: liyujie <2352380935@qq.com> Date: Thu, 28 Aug 2025 12:04:14 +0000 Subject: [PATCH] [1/4]解决USB摄像头打开相机预览界面绿屏 --- android/frameworks/base/api/current.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/android/frameworks/base/api/current.txt b/android/frameworks/base/api/current.txt index b6856db..4b5c312 100644 --- a/android/frameworks/base/api/current.txt +++ b/android/frameworks/base/api/current.txt @@ -16063,6 +16063,7 @@ @Deprecated public static class Camera.CameraInfo { ctor @Deprecated public Camera.CameraInfo(); field @Deprecated public static final int CAMERA_FACING_BACK = 0; // 0x0 + field @Deprecated public static final int CAMERA_FACING_EXTERNAL = 2; // 0x2 field @Deprecated public static final int CAMERA_FACING_FRONT = 1; // 0x1 field @Deprecated public boolean canDisableShutterSound; field @Deprecated public int facing; -- Gitblit v1.6.2