Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzofelletti authored Dec 5, 2022
1 parent 6dc7bc3 commit 4fb2675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To use it, just:
}
}
```
* Call `PermissionsUtilities.checkPermissions` where you want to check for a set of permissions (and ask them if not granted)
* Call `permissionManager.checkRequestAndDispatch` where you want to check for a set of permissions (and ask them if not granted)
* Example: in your Activity, where you want to check (and request) permissions add
```Kotlin
permissionManager.checkRequestAndDispatch(
Expand Down

0 comments on commit 4fb2675

Please sign in to comment.