diff --git a/api/@ohos.bundle.d.ts b/api/@ohos.bundle.d.ts index 0cb2fe2d8bada81524937c2b87c6848c09cc48e6..cbdab0cafc637bf75b38dab031f0b79f6345eaed 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, } /**