mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-27 00:20:44 +00:00
Merge branch 'master' of https://gitee.com/gritking/ability_dmsfwk
Signed-off-by: MisterE <smart_e@126.com>
This commit is contained in:
commit
88b13c534e
@ -771,7 +771,7 @@ void DmsBmStorage::UpdateDistributedData()
|
||||
ErrCode ret = AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids);
|
||||
if (ret != ERR_OK || ids.empty()) {
|
||||
HILOGE("Get userId from active Os AccountIds fail, ret : %{public}d", ret);
|
||||
return false;
|
||||
return;
|
||||
}
|
||||
for (const auto &bundleInfo: bundleInfos) {
|
||||
AppExecFwk::AppProvisionInfo appProvisionInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user