The event that "tizen_policy_allowed_aux_hint" means the aux hint allowed, not the request allowed.
But the allowed_aux_hint event sent when the aux_hint_del proceed.
It seems misuse of event and client can understand as the deleted aux hint still allowed.
For prevent misunderstanding and correct the mean of event, don't send allowed_aux_hint when delete the aux hint.
Change-Id: I0d7c5fba29963f0638bc9832b9ca1dd5f34edf45
ELOGF("TZPOL", "HINT_DEL |res_tzpol:%8p|id:%d, result:%d", ec, res_tzpol, id, res);
if (res)
- {
- _e_policy_wl_aux_hint_apply(ec);
- _e_policy_wl_allowed_aux_hint_send(res_tzpol, surf, id);
- }
+ _e_policy_wl_aux_hint_apply(ec);
}
static void