Hi, I just needed this lib to work the same way as other permission library. I have added proper result handling for request permission method. Right now it returns status from user action granted / denied.
Also added possibility to configure if open system settings or not (before it opens it every time when denied was returned).
This is slightly upgraded version of other PR, that doesn't return status for request call.
Hi, I just needed this lib to work the same way as other permission library. I have added proper
result
handling for request permission method. Right now it returns status from user actiongranted
/denied
.Also added possibility to configure if open system settings or not (before it opens it every time when
denied
was returned).This is slightly upgraded version of other PR, that doesn't return status for request call.