mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-12-21 18:18:59 +00:00
reduce code
Signed-off-by: donglin <donglin9@huawei.com>
This commit is contained in:
parent
a15819d6a7
commit
ce1578241f
@ -4925,7 +4925,7 @@ int32_t AbilityManagerService::ShowPickerDialog(const Want& want, int32_t userId
|
||||
}
|
||||
#endif
|
||||
|
||||
int CheckCrowdtestForeground(const Want &want, int requestCode, int32_t userId)
|
||||
int AbilityManagerService::CheckCrowdtestForeground(const Want &want, int requestCode, int32_t userId)
|
||||
{
|
||||
if (AAFwk::ApplicationUtil::IsCrowdtestExpired(want, GetUserId())) {
|
||||
HILOG_INFO("%{public}s: Crowdtest expired", __func__);
|
||||
|
Loading…
Reference in New Issue
Block a user