|
@@ -8,6 +8,7 @@ The current supported permissions are:
|
8
|
8
|
- Photos
|
9
|
9
|
- Contacts
|
10
|
10
|
- Events
|
|
11
|
+- Call Phone *(Android Only)*
|
11
|
12
|
- Reminders *(iOS only)*
|
12
|
13
|
- Bluetooth *(iOS only)*
|
13
|
14
|
- Push Notifications *(iOS only)*
|
|
@@ -120,6 +121,7 @@ Promises resolve into one of these statuses
|
120
|
121
|
|`backgroundRefresh`| ✔️ | ❌ |
|
121
|
122
|
|`speechRecognition`| ✔️ | ❌ |
|
122
|
123
|
|`storage`| ❌️ | ✔ |
|
|
124
|
+|`callPhone`| ❌️ | ✔ |
|
123
|
125
|
|
124
|
126
|
### Methods
|
125
|
127
|
| Method Name | Arguments | Notes
|