Mathieu Acthernoene 5 年之前
父節點
當前提交
6d02779671
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4
    2
      README.md

+ 4
- 2
README.md 查看文件

@@ -266,8 +266,10 @@ You can find more information about this issue in #46.
266 266
   file before they can be requested. Otherwise `request()` will immediately
267 267
   return `denied`.
268 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 274
 - The optional rationale argument will show a dialog prompt.
273 275