Reputation: 388
Is there a way to launch Voice Control programmatically just like you can launch Safari? If so, how?
Upvotes: 1
Views: 657
Reputation: 4912
Other apps can be opened only if there is a URL scheme they've registered. This is how you can open Safari or Mail or even Maps programmatically, but not arbitrary applications. The list of Apple supported applications with URL schemes are documented here.
Unfortunately, Voice Control does not have a documented URL scheme, so it cannot be launched programmatically.
Upvotes: 3