From d950e5b97cfb19e682bb96489a05b5cd8dea37b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E9=81=93=E6=98=A5?= Date: Thu, 27 Mar 2025 11:16:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=B7=AE=E5=BC=82=E5=90=8C?= =?UTF-8?q?=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 卢道春 --- multimedia/camera_framework/camera.ndk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/camera_framework/camera.ndk.json b/multimedia/camera_framework/camera.ndk.json index 3495447cf..5bccbcdb8 100644 --- a/multimedia/camera_framework/camera.ndk.json +++ b/multimedia/camera_framework/camera.ndk.json @@ -489,11 +489,11 @@ }, { "first_introduced": "12", - "name": "OH_PhotoOutput_EnableMovingPhoto" + "name": "OH_PhotoOutput_GetPhotoRotation" }, { "first_introduced": "12", - "name": "OH_PhotoOutput_GetPhotoRotation" + "name": "OH_PhotoOutput_EnableMovingPhoto" }, { "first_introduced": "11", -- Gitee