We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
框架有多处判断是否为系统应用的判断,代码冗余且判断条件不一致,现统一使用PackageUtils.isSystemPackage进行判断
The text was updated successfully, but these errors were encountered:
Apps in system partition (/system)
These apps will get the flag ApplicationInfo.FLAG_SYSTEM
If an updated version is installed (probably not under /system), it will get ApplicationInfo.FLAG_UPDATED_SYSTEM_APP
Sorry, something went wrong.
[hapjs-platform#645]系统应用判断条件增加FLAG_UPDATED_SYSTEM_APP,并统一使用PackageUti…
4a61a1b
…ls进行判断 Signed-off-by: chaihua1 <[email protected]>
Successfully merging a pull request may close this issue.
框架有多处判断是否为系统应用的判断,代码冗余且判断条件不一致,现统一使用PackageUtils.isSystemPackage进行判断
The text was updated successfully, but these errors were encountered: