“DRAW OVER OTHER APP” is which permission in andro

2019-01-09 03:00发布

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

enter image description here

1条回答
冷血范
2楼-- · 2019-01-09 03:41

It is probably

android.permission.SYSTEM_ALERT_WINDOW 

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

查看更多
登录 后发表回答