Android marshmallow : Galaxy Note 4 Screen Overlay Detected

前提是你 提交于 2019-12-04 14:07:30

I ran into this issue with my Samsung Note 4. In my case it was the Side key panel which was causing this problem. I turned it off and the problem went away.

Settings -> Display and Wallpaper -> One-handed operation. Uncheck Side key panel.

If this doesn't apply to you or doesn't solve the issue, please check other apps that have 'Draw over other apps' or 'Apps that can appear on top' setting enabled. Try disabling the setting for each app and see if it resolves the issue. The usual suspects are Clean Master, Twilight, File Manager, any battery saving app among others.

De-install from clean master was the solution for a Acer liquid 4G to get rid of the above problem... After the problem was gone I did not try to install clean master again...

You probably have this alert after a "dangerous permission" system alert.

As long as Android 6.x is buggy on some devices where this "overlay alert" is displayed without any reason (on 2 to 5% of the devices according to my analytics data), the best solution is to avoid the whole permission process by defining the targetSdk to 22.

Take care that you can't downgrade the target sdk for a new version or this will induce a INSTALL_FAILED_PERMISSION_DOWNGRADE error when the user updates requiring an unisntall/install of the app.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!