From 51f255a81215ffc6e01db50535fbdc3ec53cbaba Mon Sep 17 00:00:00 2001 From: longwei Date: Mon, 9 Jan 2023 07:21:50 +0000 Subject: [PATCH] add recoverable for ability Signed-off-by: longwei Change-Id: I4e20cb6b16e6d6bf665b8a1183a411dc1ee14b57 --- api/bundleManager/abilityInfo.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/bundleManager/abilityInfo.d.ts b/api/bundleManager/abilityInfo.d.ts index 5fe7f0a7be..809652a267 100644 --- a/api/bundleManager/abilityInfo.d.ts +++ b/api/bundleManager/abilityInfo.d.ts @@ -219,6 +219,14 @@ export interface AbilityInfo { * @since 9 */ readonly windowSize: WindowSize; + + /** + * Indicates whether to support recover UI interface + * @type {boolean} + * @syscap SystemCapability.BundleManager.BundleFramework.Core + * @since 9 + */ + readonly recoverable: boolean; } /** -- Gitee