Google has made a series of intents for it's 'OK Google' voice search: https://developers.google.com/android/reference/com/google/android/gms/actions/package-summary https://android-developers.googleblog.com/2014/10/the-fastest-route-between-voice-search.html for third-party integrations.
I would love to build the same type of custom voice command intents in my app Extreme Personal Assistant so that third-party apps can call the intents to complete a particular task in their apps via voice.
Can anyone walk me through the process? How to listen to the broadcasts and complete a particular action?
I would love to build the same type of custom voice command intents in my app Extreme Personal Assistant so that third-party apps can call the intents to complete a particular task in their apps via voice.
Can anyone walk me through the process? How to listen to the broadcasts and complete a particular action?