最近访问最近删除目录挂载点修改

Signed-off-by: yangjingbo10 <yangjingbo10@huawei.com>

Change-Id: Id9d9c2c54a38be3ef19bbf31baba0818590b14d2
This commit is contained in:
y30045862 2023-08-23 11:46:47 +08:00
parent 3f61ff8a30
commit f0170222cd

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