diff --git a/docs/_docs/runtime-permissions.md b/docs/_docs/runtime-permissions.md index 8db0108b..d1fe24e6 100644 --- a/docs/_docs/runtime-permissions.md +++ b/docs/_docs/runtime-permissions.md @@ -46,4 +46,4 @@ The automatic request is currently done at the activity level, so the permission `onRequestPermissionResults()` will be invoked on the parent activity, not the fragment. The automatic request can be disabled by setting `app:cameraRequestPermissions="false"` in your -XML declaration. \ No newline at end of file +XML declaration or by using this method `setRequestPermissions(boolean requestPermissions)` in your code. \ No newline at end of file