Bhavesh Hirpara
Bhavesh Hirpara

Reputation: 22556

"DRAW OVER OTHER APP" is which permission in android

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

Upvotes: 26

Views: 59492

Answers (1)

A--C
A--C

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

Related Questions