diff --git a/api/bundleManager/abilityInfo.d.ts b/api/bundleManager/abilityInfo.d.ts index 5fe7f0a7bef5eb5713682e64d6d5613397922c1a..809652a26706124a8c34ece130a2c39bb6f08c2e 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; } /**