fix https video play

Signed-off-by: zourongchun <zourongchun@huawei.com>
This commit is contained in:
zourongchun 2022-07-13 15:58:44 +08:00
parent 387d65d71d
commit 9af8b852d3
2 changed files with 12 additions and 0 deletions

View File

@ -249,6 +249,12 @@
"mount-paths" : [],
"symbol-links" : []
}],
"com.example.Browser" : [{
"sandbox-switch": "OFF",
"sandbox-root" : "/mnt/sandbox/<PackageName>",
"mount-paths" : [],
"symbol-links" : []
}],
"com.ohos.UserFile.ExternalFileManager" : [{
"sandbox-switch": "ON",
"sandbox-root" : "/mnt/sandbox/<PackageName>",

View File

@ -266,6 +266,12 @@
"mount-paths" : [],
"symbol-links" : []
}],
"com.example.Browser" : [{
"sandbox-switch": "OFF",
"sandbox-root" : "/mnt/sandbox/<PackageName>",
"mount-paths" : [],
"symbol-links" : []
}],
"com.ohos.UserFile.ExternalFileManager" : [{
"sandbox-switch": "ON",
"sandbox-root" : "/mnt/sandbox/<PackageName>",