Is there a way to exempt an activity from showing.
For example, I have an overlay in my phone that I don't want it showing in srcpy.
No. For an app you develop, you can use FLAG_SECURE (like Silence).
Thanks, Yes its for an app I own. Will try that.
So the overlay wont receive any click events and the events will pass on to the views below it?
So the overlay wont receive any click events and the events will pass on to the views below it?
No, I don't think so.