issues
search
ParkSangGwon
/
TedPermission
Easy check permission library for Android Marshmallow
1.74k
stars
240
forks
source link
Support SYSTEM_ALERT_WINDOW permission check
#110
Closed
ted-prnd
closed
4 years ago
ted-prnd
commented
4 years ago
When we want check
SYSTEM_ALERT_WINDOW
permission, we will use
isGranted()
method
But this method not work until v2.2.2
So this PR is support SYSTEM_ALERT_WINDOW permission
SYSTEM_ALERT_WINDOW
permission, we will useisGranted()
method