Screen overlay detected blocks Android permissions

This popup is caused by the manifest.PERMISSION.SYSTEM_ALERT_WINDOW permission declared by the manifest. The are 3 categories of permissions, that developer must be aware of.: Normal permission – do nothing with them, just declare in the Manifest Vulnerable permissions – declare in Manifest and ask for permission at first time. They can be changed through system … Read more