jeprojects

Results 17 comments of jeprojects

@keaganhilliard It seems that way. I wonder what voice command they are using to test. Sometimes there is a delay so I am assuming it's hitting my app. Everything I...

@ryanheise Thanks. I will go through their code. I found this [StackOverflow](https://stackoverflow.com/questions/31953155/android-auto-voice-cannot-perform-play-x-on-y) interesting: > Simply declare an intent-filter for [MEDIA_PLAY_FROM_SEARCH](https://developer.android.com/guide/components/intents-common.html#PlaySearch) in an Activity declaration. It is not mandatory for Android...

Still waiting for Google Assistant to call the onPlayFromSearch method so maybe it isn't "flagged" yet. @Ruchit2759 It looks like you had success with getting onPlayFromSearch to work, would you...

@ruchit8960 Definitely helps to confirm that everything is being done correctly. For me, Google Assistant isn't calling the playFromSearch function at all just yet. Is the voice command you are...

Thanks @Ruchit2759 for your help. I am still unable to test the app as `onPlayFromSearch/playFromSearch` is never triggered using google assistant on both the device and android auto so I...

@iosifnicolae2 I followed [audiobookly](https://github.com/keaganhilliard/audiobookly/blob/main/android/app/src/main/AndroidManifest.xml) (Uncomment the android auto parts on lines 30-33 of AndroidManifest.xml) Also test onPlayFromSearch using: [Android Media Controller Test](https://github.com/googlesamples/android-media-controller) There are probably more edge cases that will...

Hi @matthew-carroll, thanks for your help. Here is the component. The commented-out section is from the wiki, and I can't find a way to detect if there is a caret...