From ba3532ee40364c4d1c88446b802efd47627e9037 Mon Sep 17 00:00:00 2001 From: dujingcheng Date: Tue, 18 Jan 2022 08:33:15 +0000 Subject: [PATCH] param api8 Signed-off-by: dujingcheng --- api/@ohos.bundle.d.ts | 9 +++++++++ 1 file changed, 9 insertions(+) mode change 100755 => 100644 api/@ohos.bundle.d.ts diff --git a/api/@ohos.bundle.d.ts b/api/@ohos.bundle.d.ts old mode 100755 new mode 100644 index cbdab0cafc..69de064da1 --- a/api/@ohos.bundle.d.ts +++ b/api/@ohos.bundle.d.ts @@ -256,8 +256,17 @@ declare namespace bundle { STATUS_UNINSTALL_FAILURE_CONFLICT = 10, STATUS_INSTALL_FAILURE_DOWNLOAD_TIMEOUT = 0x0B, STATUS_INSTALL_FAILURE_DOWNLOAD_FAILED = 0x0C, + /** + * @since 8 + */ STATUS_RECOVER_FAILURE_INVALID = 0x0D, + /** + * @since 7 + */ STATUS_ABILITY_NOT_FOUND = 0x40, + /** + * @since 7 + */ STATUS_BMS_SERVICE_ERROR = 0x41 } -- Gitee