diff --git a/appdata-sandbox-app.json b/appdata-sandbox-app.json index 7b888e1cf1f81ec6310160892d5753819c2d0883..ba54cae42d497579064f9744ce54616e8cb911db 100644 --- a/appdata-sandbox-app.json +++ b/appdata-sandbox-app.json @@ -502,7 +502,15 @@ "gids": ["data_reserve"], "mount-paths" : [{ "src-path" : "/data/app/el1/bundle/public/", - "sandbox-path" : "/data/bundles/" + "sandbox-path" : "/data/app/el1/bundle/public/" + }] + }, { + "name": "com.ohos.settingsdata", + "sandbox-switch": "ON", + "gids": ["data_reserve"], + "mount-paths" : [{ + "src-path" : "", + "sandbox-path" : "" }] }] },