From 7ee8e423551dd81b63e7ab53ac069d71fbb42991 Mon Sep 17 00:00:00 2001 From: "alexander.melnikov" Date: Mon, 2 Mar 2020 20:00:59 +0300 Subject: [PATCH] Added info about new method --- docs/_docs/runtime-permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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