diff --git a/api/@ohos.ability.wantConstant.d.ts b/api/@ohos.ability.wantConstant.d.ts index edae0e993c1c9d4df226b2465058e56bf50b5254..23ec48b0222fdefd4b294cb45931a402152405f7 100644 --- a/api/@ohos.ability.wantConstant.d.ts +++ b/api/@ohos.ability.wantConstant.d.ts @@ -127,6 +127,20 @@ declare namespace wantConstant { */ ACTION_CHOOSE = "ohos.want.action.choose", + /** + * Indicates the action of starting a Page ability for take a picture. + * + * @since 8 + */ + ACTION_IMAGE_CAPTURE = "ohos.want.action.imageCapture", + + /** + * Indicates the action of starting a Page ability for Take a video. + * + * @since 8 + */ + ACTION_VIDEO_CAPTURE = "ohos.want.action.videoCapture", + /** * Indicates the action of showing the application selection dialog box. *