From f830d8d34fe2053b454a3841c34f26db58b9ff1c Mon Sep 17 00:00:00 2001 From: jiahaoluo Date: Tue, 3 May 2022 15:36:40 +0800 Subject: [PATCH] add media scanner individual config Signed-off-by: jiahaoluo --- appdata-sandbox.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index b28a2b83..dc5f608c 100644 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -134,6 +134,18 @@ ], "symbol-links" : [] }], + "com.ohos.medialibrary.MediaScannerAbilityA" : [{ + "sandbox-switch": "ON", + "sandbox-root" : "/mnt/sandbox/", + "mount-bind-paths" : [{ + "src-path" : "/storage/media/", + "sandbox-path" : "/storage/media", + "sandbox-flags" : [ "bind", "rec" ], + "check-action-status": "false" + } + ], + "symbol-links" : [] + }], "com.ohos.launcher" : [{ "sandbox-switch": "ON", "sandbox-root" : "/mnt/sandbox/", -- Gitee