I was wondering if it was possible to remove a floating View using TYPE_SYSTEM_OVERLAY used by another App (I'm thinking about Facebook Messenger among others).
I firstly tried to display my own overlay with transluscent background, thinking that it would probably take the other app's place... but sadly the 2 are coexisting (it's interesting to see that many apps can bring their view to the "top most" level).
So at the end: is there any way to get rid of those views ? (I'm working on an app that will allow users to enable a kind of no-distraction mode) - or do we have to live with it ?