mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2025-03-01 17:05:37 +00:00
fix https video play
Signed-off-by: zourongchun <zourongchun@huawei.com>
This commit is contained in:
parent
387d65d71d
commit
9af8b852d3
@ -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>",
|
||||
|
@ -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>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user