Note that Android O now clearly shows a warning when an app is rendering an overlay - probably the reason why the issues were marked wontfix.<p>As usual, getting the fix on the older versions is a whole different story.<p>The other Google failing here is the whole permission thing - since 6.0 Android apps need to ask for permissions for drawing over other app. However, for some really baffling reason Google still lets us publish APKs that target API below 6.0, which automatically triggers fallback mode which grants permissions at install time. Why I have no idea.