瀏覽代碼

Update README.md

Updated ```restricted``` documentation
Tom 8 年之前
父節點
當前提交
413ba40eb5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

@@ -84,7 +84,7 @@ Promises resolve into one of these statuses
84 84
 |---|---|
85 85
 |`authorized`| user has authorized this permission |
86 86
 |`denied`| user has denied permissions at least once. On iOS this means that the user will not be prompted again. Android users can be promted multiple times until they select 'Never ask me again'|
87
-|`restricted`| iOS only|
87
+|`restricted`| iOS only, it generally means that the user is not able to grant the indicated permission; either because it its not supported by the device or because it has been blocked by parental controls. |
88 88
 |`undetermined`| user has not yet been prompted with a permission dialog |
89 89
 
90 90
 ###Supported permission types
@@ -200,4 +200,4 @@ public class MainApplication extends Application implements ReactApplication {
200 200
 
201 201
     ...
202 202
 }
203
-```
203
+```