!3678 恢复installflag

Merge pull request !3678 from dujingcheng/installFlag
This commit is contained in:
openharmony_ci 2022-12-05 04:55:11 +00:00 committed by Gitee
commit 6ee72ed430
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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