Android “Screen Overlay Detected” message if user is trying to grant a permission when a notification is showing

后端 未结 13 2521
伪装坚强ぢ
伪装坚强ぢ 2020-11-27 14:56

I have Android Marshmallow on a Nexus 6. I am trying to fix the following problem:

If a user is trying to grant permission while a notification is showing, a \"Scree

13条回答
  •  一生所求
    2020-11-27 15:33

    This problem appear because of some culprit application like Twilight, cleaner-master, drupe etc..

    To solve this problem you have to disable screen overlay for those culprit apps.

    i have moto g4 plus, and this is how i solve this problem

    Go to Setting --> Select Apps ---> again select setting icon in Apps ---> select draw over other apps ---> and disable culprit apps who trouble for other apps.

    what i done is checking each apps by disabling this permission and try to run my app, and i found one app this troubling overlay for other apps, so at the end i disabled only this app.

    ScreenShots:

提交回复
热议问题