File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments