AlexanderSofronov / iptv.example

Example of a custom configured IPTV Android app based on IPTV Core.
Apache License 2.0
224 stars 141 forks source link

Passing playlist in intent #1

Closed pikaboo closed 9 years ago

pikaboo commented 9 years ago

hey,

I want to direct my users from my app to your app (iptv.pro)

however, when i try to do intent.setData(Uri.fromFile(localFileOfPlayList)) or intent.setData(Uri.parse(remoteUrlOfPlayList)) the app opens, but the play list isnt loaded. Does iptv.pro (and perhaps iptv free) support opening custom play list in the intent ?

AlexanderSofronov commented 9 years ago

Yes, IPTV and IPTV Pro support opening custom playlist from intent. To make it working you need to add the following line: intent.setAction(Intent.ACTION_VIEW);