mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2025-03-02 17:36:30 +00:00
!764 recent/trash目录挂载点修改
Merge pull request !764 from yangjingbo/app_trash_recent3
This commit is contained in:
commit
682e2aa31f
@ -548,13 +548,13 @@
|
||||
"sandbox-flags": ["bind", "rec" ]
|
||||
},
|
||||
{
|
||||
"src-path": "/storage/media/<currentUserId>/local/files/Recent",
|
||||
"sandbox-path": "/storage/Users/Recent",
|
||||
"src-path": "/storage/media/<currentUserId>/local/files/.Recent",
|
||||
"sandbox-path": "/storage/.Recent/Users/<currentUserId>",
|
||||
"sandbox-flags": [ "bind", "rec" ]
|
||||
},
|
||||
{
|
||||
"src-path": "/storage/media/<currentUserId>/local/files/Trash",
|
||||
"sandbox-path": "/storage/Users/Trash",
|
||||
"src-path": "/storage/media/<currentUserId>/local/files/.Trash",
|
||||
"sandbox-path": "/storage/.Trash/Users/<currentUserId>",
|
||||
"sandbox-flags": [ "bind", "rec" ]
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user