mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
修改bug
Signed-off-by: 17333770736 <jiatuo@huawei.com>
This commit is contained in:
parent
e8f1fd802a
commit
11916c3a02
@ -731,7 +731,7 @@ bool DistributedSchedPermission::CheckTargetAbilityVisible(const AppExecFwk::Abi
|
||||
return true;
|
||||
}
|
||||
|
||||
void RemoveRemoteObjectFromWant(std::shared_ptr<AAFwk::Want> want) const
|
||||
void DistributedSchedPermission::RemoveRemoteObjectFromWant(std::shared_ptr<AAFwk::Want> want) const
|
||||
{
|
||||
WantParams wantParams = want->GetParams();
|
||||
std::map<std::string, sptr<IInterface>> params = wantParams.GetParams();
|
||||
|
Loading…
Reference in New Issue
Block a user