mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +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
e93487ac6d
@ -920,8 +920,8 @@ int32_t DSchedContinue::ExecuteContinueData(std::shared_ptr<DSchedContinueDataCm
|
||||
ret = DistributedSchedService::GetInstance().CheckTargetPermission(cmd->want_, cmd->callerInfo_,
|
||||
cmd->accountInfo_, START_PERMISSION, true,
|
||||
false);
|
||||
permissionCheckResult = ret == ERR_OK && BundleManagerInternal::IsSameDeveloperId(
|
||||
cmd->dstBundleName_, cmd->srcDeveloperId_);
|
||||
permissionCheckResult = ((ret == ERR_OK) && BundleManagerInternal::IsSameDeveloperId(
|
||||
cmd->dstBundleName_, cmd->srcDeveloperId_));
|
||||
}
|
||||
|
||||
if (!permissionCheckResult) {
|
||||
|
Loading…
Reference in New Issue
Block a user