AlexaAndroid icon indicating copy to clipboard operation
AlexaAndroid copied to clipboard

How to control existing radio playback controls with sample app

Open chowdary60 opened this issue 6 years ago • 2 comments

Hello @willblaschko I have installed the sample app and getting the response from alexa and I already have internet radio application working in my android device. Can i control the my internet radio playback control(play/pause/next radio station/previous radio station) from the sample app? if we can do that how can i achieve that functionality?

chowdary60 avatar Apr 05 '18 14:04 chowdary60

any one have solution for this?

chowdary60 avatar Apr 18 '18 16:04 chowdary60

It sounds like you want custom commands beyond what Alexa has integrated without the use of skills. That being said, here is how I would solve this:

  1. Build an Alexa skill that accepts your custom commands.
  2. In the skill, use Google firebase messaging to send a message to your Android app.
  3. Respond accordingly

ihavenoface5 avatar Aug 03 '18 15:08 ihavenoface5