From 848bb1a43cb619e7bc8cce8f8ed98f9e1dafd435 Mon Sep 17 00:00:00 2001 From: caochuan Date: Fri, 14 Feb 2025 09:48:27 +0800 Subject: [PATCH] add ringtone_library access permission Signed-off-by: caochuan --- appdata-sandbox.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index ce342573..e38897e8 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -978,6 +978,15 @@ "check-action-status": "false" } ] + }], + "ohos.permission.ACCESS_CUSTOM_RINGTONE":[{ + "sandbox-switch": "ON", + "mount-paths": [{ + "src-path": "/storage/media//local/files/Ringtone", + "sandbox-path": "/storage/media/local/files/Ringtone", + "sandbox-flags": ["bind", "rec"] + } + ] }] }] } -- Gitee