Is there a way to detect programmatically that another app is drawing over my app?
Or is there a way to block this?
Or is there a way to detect that non-system apps have the SYSTEM_ALERT_WINDOW permission?
I have an activity that may not be used when another app is drawing over mine for safety reasons.
Doesn't something like this exist for games etc.?