am 1da8d4d1
: Merge "Fix an event injection bug when the policy is bypassed." into gingerbread
Merge commit '1da8d4d1697cec871dea8c30dad67e90db10bde6' into gingerbread-plus-aosp * commit '1da8d4d1697cec871dea8c30dad67e90db10bde6': Fix an event injection bug when the policy is bypassed.
This commit is contained in:
@ -77,6 +77,7 @@ public interface WindowManagerPolicy {
|
||||
public final static int FLAG_VIRTUAL = 0x00000100;
|
||||
|
||||
public final static int FLAG_INJECTED = 0x01000000;
|
||||
public final static int FLAG_TRUSTED = 0x02000000;
|
||||
|
||||
public final static int FLAG_WOKE_HERE = 0x10000000;
|
||||
public final static int FLAG_BRIGHT_HERE = 0x20000000;
|
||||
|
Reference in New Issue
Block a user