mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
commit
561e56a755
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user