From afb4f8b297473280a1be4cee1ba872e30d36bbae Mon Sep 17 00:00:00 2001 From: WangWanliang Date: Wed, 13 Aug 2025 14:20:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=93=83=E5=A3=B0=E5=85=8B?= =?UTF-8?q?=E9=9A=86=E5=90=8E=E8=B7=AF=E5=BE=84=E5=8F=98=E6=8D=A2=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: WangWanliang --- .../system_sound_manager/system_sound_manager_impl.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frameworks/native/system_sound_manager/system_sound_manager_impl.cpp b/frameworks/native/system_sound_manager/system_sound_manager_impl.cpp index aa7405283..d027cf25a 100644 --- a/frameworks/native/system_sound_manager/system_sound_manager_impl.cpp +++ b/frameworks/native/system_sound_manager/system_sound_manager_impl.cpp @@ -28,6 +28,7 @@ #include "tokenid_kit.h" #include "token_setproc.h" #include "ringtone_proxy_uri.h" +#include "ringtone_check_utils.h" #include "system_sound_log.h" #include "media_errors.h" @@ -1847,9 +1848,10 @@ int32_t SystemSoundManagerImpl::OpenToneUri(const std::shared_ptrRelease(); return ret; } -- Gitee