In my app I'm looking to show an always-visible, semi-transparent status but am having a hard time figuring out how it is done.
Facebook Messenger and a few other apps I've seen do it so I know it's possible. They use the SYSTEM_ALERT_WINDOW permission to show a mostly transparent activity or dialog 'always-on-top'.
But what I don't understand is how they make it so that they are not closed when the back or home button is pressed? In other words they don't appear to behave like activities at all but I don't see what else they could be?
Any help here would be very much appreciated :-)