FLAG_WINDOW_IS_OBSCURED 安全性检测

来源:互联网 发布:张炘炀现状 知乎 编辑:程序博客网 时间:2024/05/16 08:47
/** * This flag indicates that the window that received this motion event is partly * or wholly obscured by another visible window above it.  This flag is set to true * even if the event did not directly pass through the obscured area. * A security sensitive application can check this flag to identify situations in which * a malicious application may have covered up part of its content for the purpose * of misleading the user or hijacking touches.  An appropriate response might be * to drop the suspect touches or to take additional precautions to confirm the user's * actual intent. */public static final int FLAG_WINDOW_IS_OBSCURED = 0x1;
0 0
原创粉丝点击