Mir

Code review comment for lp:~alan-griffiths/mir/spike-nested-input

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

> 524 + static auto const policy_flags = ::android::POLICY_FLAG_INJECTED ||
> ::android::POLICY_FLAG_TRUSTED;
>
> We should be using bitwise OR (|).

Good catch, thanks!

> I am not sure if we also need to use ::android::POLICY_FLAG_PASS_TO_USER.

I think that is correctly done by mia::EventFilterDispatcherPolicy

« Back to merge proposal