|
@@ -139,7 +139,7 @@ Promises resolve into one of these statuses:
|
139
|
139
|
| Return value | Notes |
|
140
|
140
|
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
141
|
141
|
| `authorized` | User has authorized this permission |
|
142
|
|
-| `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' |
|
|
142
|
+| `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 prompted multiple times until they select 'Never ask me again' |
|
143
|
143
|
| `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 |
|
144
|
144
|
| `undetermined` | User has not yet been prompted with a permission dialog |
|
145
|
145
|
|
|
@@ -248,7 +248,7 @@ build.
|
248
|
248
|
> Please note that it will only be shown to the users the usage descriptions of
|
249
|
249
|
> the permissions you really require in your app.
|
250
|
250
|
|
251
|
|
-You can find more informations about this issue in #46.
|
|
251
|
+You can find more information about this issue in #46.
|
252
|
252
|
|
253
|
253
|
### Android Notes
|
254
|
254
|
|