Browse Source

Merge pull request #20 from wootwoot1234/patch-1

Update README.md
Yonah Forst 8 years ago
parent
commit
267061d29b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

84
 |---|---|
84
 |---|---|
85
 |`authorized`| user has authorized this permission |
85
 |`authorized`| user has authorized this permission |
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'|
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
 |`undetermined`| user has not yet been prompted with a permission dialog |
88
 |`undetermined`| user has not yet been prompted with a permission dialog |
89
 
89
 
90
 ###Supported permission types
90
 ###Supported permission types
200
 
200
 
201
     ...
201
     ...
202
 }
202
 }
203
-```
203
+```