|
|
|
|
266
|
file before they can be requested. Otherwise `request()` will immediately
|
266
|
file before they can be requested. Otherwise `request()` will immediately
|
267
|
return `denied`.
|
267
|
return `denied`.
|
268
|
- You can request write access to any of these types by also including the
|
268
|
- 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).
|
271
|
|
273
|
|
272
|
- The optional rationale argument will show a dialog prompt.
|
274
|
- The optional rationale argument will show a dialog prompt.
|
273
|
|
275
|
|