瀏覽代碼

Update README.md

Mathieu Acthernoene 7 年之前
父節點
當前提交
6f99c98d1e
No account linked to committer's email address
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

119
 |---|---|
119
 |---|---|
120
 |`authorized`| User has authorized this permission |
120
 |`authorized`| User has authorized this permission |
121
 |`denied`| User has denied this permission 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'|
121
 |`denied`| User has denied this permission 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'|
122
-|`restricted`| **iOS only** - this means user is not able to grant this permission, either because it's not supported by the device or because it has been blocked by parental controls. **Android** - this means that the user has selected 'Never ask me again' while denying permission |
122
+|`restricted`| **iOS** - this means user is not able to grant this permission, either because it's not supported by the device or because it has been blocked by parental controls. **Android** - this means that the user has selected 'Never ask me again' while denying permission |
123
 |`undetermined`| User has not yet been prompted with a permission dialog |
123
 |`undetermined`| User has not yet been prompted with a permission dialog |
124
 
124
 
125
 ### Supported permissions types
125
 ### Supported permissions types