Closed msschwartz closed 6 days ago
Latest commit: eb14871ec893d3504a22b03087a044351fd6723f
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
When using on-device recognition, the device does not need speech recognizer permissions. By separating the permission checking we can avoid showing the following message to users:
This message is misleading since data is NOT sent to Apple when using on-device. Many users prefer to keep their data private for apps with sensitive data.
If this is something we should move forward with, we'll need to update web and Android code.