!764 recent/trash目录挂载点修改

Merge pull request !764 from yangjingbo/app_trash_recent3
This commit is contained in:
openharmony_ci 2023-08-25 11:21:17 +00:00 committed by Gitee
commit 682e2aa31f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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" ]
}
]