From 242a36793b0909190bb157943ceebbcbea8fd019 Mon Sep 17 00:00:00 2001 From: zhaoyuan17 Date: Wed, 15 Dec 2021 17:08:40 +0800 Subject: [PATCH] ConfigSchema Signed-off-by: zhaoyuan17 --- configcheck/configSchema_rich.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/configcheck/configSchema_rich.json b/configcheck/configSchema_rich.json index 072d1186..f2e8de5d 100644 --- a/configcheck/configSchema_rich.json +++ b/configcheck/configSchema_rich.json @@ -33,7 +33,8 @@ "relatedBundleName", "smartWindowSize", "smartWindowDeviceType", - "targetBundleList" + "targetBundleList", + "singleUser" ] }, "properties": { @@ -148,6 +149,10 @@ "items": { "type": "string" } + }, + "singleUser": { + "description": "Specifies whether the application is multi-instance according to the memory situation. If this attribute is set to true, the application is system application.", + "type": "boolean" } } }, @@ -1781,13 +1786,12 @@ "dataTransfer", "audioPlayback", "audioRecording", - "pictureInPicture", - "voip", "location", "bluetoothInteraction", + "multiDeviceConnection", "wifiInteraction", - "screenFetch", - "multiDeviceConnection" + "voip", + "taskKeeping" ] } }, -- Gitee