intent_radio
intent_radio copied to clipboard
Enhance to use in html page
Hello,
is there a way to start the radio with an html link in a web page.
There seems to be a way, that I can call an intent with an special link in a webpage.
see: https://developer.chrome.com/multidevice/android/intents
But I don't know if it possible with intentradio.
I tried this, but it doesn't work.
<a href="intent://IntentRadio/#Intent;scheme=intentradio;package=org.smblott.intentradio;action=org.smblott.intentradio.PLAY;S.extra=url:http://188.94.97.91/radio21.mp3;end">Radio</a>
If I look at the manifest from example of the zxing app, it seems that there have to be more definition in the intent part of the manifest, but I don't know very much about android development.