mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 15:20:17 +00:00
!3678 恢复installflag
Merge pull request !3678 from dujingcheng/installFlag
This commit is contained in:
commit
6ee72ed430
7
api/@ohos.bundle.installer.d.ts
vendored
7
api/@ohos.bundle.installer.d.ts
vendored
@ -203,6 +203,13 @@ declare namespace installer {
|
||||
*/
|
||||
userId?: number;
|
||||
|
||||
/**
|
||||
* Indicates the install flag, which 0x00 for normal, 0x10 for freeInstall
|
||||
* @syscap SystemCapability.BundleManager.BundleFramework.Core
|
||||
* @since 9
|
||||
*/
|
||||
installFlag?: number;
|
||||
|
||||
/**
|
||||
* Indicates whether the param has data
|
||||
* @syscap SystemCapability.BundleManager.BundleFramework.Core
|
||||
|
Loading…
Reference in New Issue
Block a user