mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-23 07:10:19 +00:00
commit
4e28e334d4
@ -117,9 +117,7 @@ bool EcologicalRuleInterceptor::DoProcess(Want &want, int32_t userId)
|
||||
InitErmsCallerInfo(want, nullptr, callerInfo, userId);
|
||||
|
||||
ExperienceRule rule;
|
||||
AAFwk::Want newWant = want;
|
||||
newWant.RemoveAllFd();
|
||||
auto ret = IN_PROCESS_CALL(AbilityEcologicalRuleMgrServiceClient::GetInstance()->QueryStartExperience(newWant,
|
||||
auto ret = IN_PROCESS_CALL(AbilityEcologicalRuleMgrServiceClient::GetInstance()->QueryStartExperience(want,
|
||||
callerInfo, rule));
|
||||
if (ret != ERR_OK) {
|
||||
TAG_LOGD(AAFwkTag::ECOLOGICAL_RULE, "check ecological rule failed");
|
||||
|
Loading…
Reference in New Issue
Block a user