I’m trying to detect overlays, specifically using the Popup View feature on Samsung devices. I’ve implemented the following detection logic within a pointerInteropFilter
, using the FLAG_WINDOW_IS_PARTIALLY_OBSCURED
and FLAG_WINDOW_IS_OBSCURED
flags
Samsung devices using the Popup View feature, the overlay detection doesn’t trigger at all—no tapjacking is detected, and nothing happens.