From d595d438c100e399a8ca26e9eaf916e7c3e5457c Mon Sep 17 00:00:00 2001 From: wanghang <408861745@qq.com> Date: Mon, 10 Jan 2022 19:04:25 +0800 Subject: [PATCH] add bundle flags Signed-off-by: wanghang <408861745@qq.com> Change-Id: Ic517798cbe6c3ced079445f913dded79c924d83a --- api/@ohos.bundle.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/@ohos.bundle.d.ts b/api/@ohos.bundle.d.ts index 0cb2fe2d8b..cbdab0cafc 100755 --- a/api/@ohos.bundle.d.ts +++ b/api/@ohos.bundle.d.ts @@ -60,6 +60,14 @@ declare namespace bundle { * @since 8 */ GET_ABILITY_INFO_SYSTEMAPP_ONLY = 0x00000080, + /** + * @since 8 + */ + GET_ABILITY_INFO_WITH_DISABLE = 0x00000100, + /** + * @since 8 + */ + GET_APPLICATION_INFO_WITH_DISABLE = 0x00000200, } /** -- Gitee