Added info about new method

pull/775/head
alexander.melnikov 6 years ago
parent efb6105a7a
commit 7ee8e42355
  1. 2
      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.
XML declaration or by using this method `setRequestPermissions(boolean requestPermissions)` in your code.
Loading…
Cancel
Save