ParkSangGwon / TedPermission

Easy check permission library for Android Marshmallow
1.74k stars 239 forks source link

Can't you make "check()" a no-op when all the requested permissions are already granted? #105

Open VioletGiraffe opened 5 years ago

VioletGiraffe commented 5 years ago

Is there a reason why check() can't see that all the permissions are granted and do nothing in that case? My activity does onPause() - onResume() when I call check () even if no actual request is shown (all permissions already granted).

ParkSangGwon commented 5 years ago

@VioletGiraffe