From b8db32538651e16b7fa29505e6ddf30a222d1b81 Mon Sep 17 00:00:00 2001 From: cuijiawei Date: Tue, 28 Mar 2023 03:41:38 +0000 Subject: [PATCH] mock : contactsdataability keepAlive Signed-off-by: cuijiawei --- AppScope/app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AppScope/app.json b/AppScope/app.json index 16355d6..cb136ed 100644 --- a/AppScope/app.json +++ b/AppScope/app.json @@ -8,6 +8,7 @@ "label": "$string:app_name", "distributedNotificationEnabled": true, "minAPIVersion": 9, - "targetAPIVersion": 9 + "targetAPIVersion": 9, + "keepAlive": true } } \ No newline at end of file -- Gitee