Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing playlist in intent #1

Closed
pikaboo opened this issue Nov 21, 2014 · 1 comment
Closed

Passing playlist in intent #1

pikaboo opened this issue Nov 21, 2014 · 1 comment

Comments

@pikaboo
Copy link

pikaboo commented Nov 21, 2014

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
Copy link
Owner

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants