Mathieu Acthernoene před 7 roky
rodič
revize
6f99c98d1e
No account linked to committer's email address
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      README.md

+ 1
- 1
README.md Zobrazit soubor

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