TheSomeshKumar / PermissionMadeEasy

Android Library for Easily calling Runtime Permission on Android Marshmallow and above

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SYSTEM_ALERT_WINDOW

Behrouz-m opened this issue · comments

hi.
please add support for SYSTEM_ALERT_WINDOW

According to official docs of SYSTEM_ALERT_WINDOW we shouldn't ask for it instead we should redirect user to appropriate settings screen though intent.

Note: If the app targets API level 23 or higher, the app user must explicitly grant this permission to the app through a permission management screen. The app requests the user's approval by sending an intent with action Settings.ACTION_MANAGE_OVERLAY_PERMISSION

I am closing this for now as this is not supposed to be in library. Please open a new issue if you think i'm wrong here.