"DRAW OVER OTHER APP" is which permission in android

Solution 1:

It is probably

android.permission.SYSTEM_ALERT_WINDOW 

This would make sense as system alert windows do draw on top of everything.