Reputation: 22556
DRAW OVER OTHER APPS
Allows the app to draw on top of other applications or parts of the user interface. They may interfere with your use of the interface in any application, or change what you think you are seeing in other applications.
which permission or receiver is associated with above text.
here is image
Upvotes: 26
Views: 59492
Reputation: 36449
It is probably
android.permission.SYSTEM_ALERT_WINDOW
This would make sense as system alert windows do draw on top of everything.
Upvotes: 37