!1073 接续广播白名单校验去除

Merge pull request !1073 from MisterE/master
This commit is contained in:
openharmony_ci 2024-09-06 06:38:25 +00:00 committed by Gitee
commit 561e56a755
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -338,10 +338,6 @@ int32_t DMSContinueRecvMgr::DealOnBroadcastBusiness(const std::string& senderNet
}
std::string bundleName = distributedBundleInfo.bundleName;
if (!CheckBundleContinueConfig(bundleName)) {
HILOGI("App does not allow continue in config file, bundle name %{public}s", bundleName.c_str());
return REMOTE_DEVICE_BIND_ABILITY_ERR;
}
HILOGI("get distributedBundleInfo success, bundleName: %{public}s", bundleName.c_str());
std::string finalBundleName;