You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -108,6 +109,7 @@ Promises resolve into one of these statuses
108
109
|`reminder`| ✔️ | ❌ |
109
110
|`notification`| ✔️ | ❌ |
110
111
|`backgroundRefresh`| ✔️ | ❌ |
112
+
|`speechRecognition`| ✔️ | ❌ |
111
113
112
114
###Methods
113
115
| Method Name | Arguments | Notes
@@ -152,13 +154,13 @@ All required permissions also need to be included in the Manifest before they ca
152
154
153
155
Permissions are automatically accepted for targetSdkVersion < 23 but you can still use `getPermissionStatus` to check if the user has disabled them from Settings.
154
156
155
-
Here's a map of types to Android system permissions names:
You can request write access to any of these types by also including the appropriate write permission in the Manifest. Read more here: https://developer.android.com/guide/topics/security/permissions.html#normal-dangerous
0 commit comments