“DRAW OVER OTHER APP” is which permission in andro

2019-01-09 03:07发布

问题:

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

回答1:

It is probably

android.permission.SYSTEM_ALERT_WINDOW 

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