Skip to content

Commit 6d02779

Browse files
committed
Apply #299
1 parent 4ece55f commit 6d02779

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,10 @@ You can find more information about this issue in #46.
266266
file before they can be requested. Otherwise `request()` will immediately
267267
return `denied`.
268268
- You can request write access to any of these types by also including the
269-
appropriate write permission in the `AndroidManifest.xml` file. Read more
270-
[here](https://developer.android.com/guide/topics/security/permissions.html#normal-dangerous).
269+
appropriate write permission in the `AndroidManifest.xml` file.
270+
[here](https://developer.android.com/guide/topics/security/permissions.html#normal-dangerous). _e.g._ `<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>`
271+
272+
Read more [here](https://developer.android.com/guide/topics/security/permissions.html#normal-dangerous).
271273

272274
- The optional rationale argument will show a dialog prompt.
273275

0 commit comments

Comments
 (0)