Open vivithecanine opened 1 year ago
The app has a method to deal with intent, technically any that arrives included if those you propose are added must pass by this, but I have tested it.
Then we can retrieve the intent, save or do something with it.
and then we can send it to the front end as done here.
Technically is better to add a method that checks the URL in the front end as the URL may change and changing the front end of this app is much easier, as doesn't require pushing a play store update.
Thanks for sharing the proper explanation of how to test this it helps a lot, will add this in the future.
Please describe the feature. It would be helpful to be able to tune to specific streams or videos via ADB. Similar to issue #159.
For example, STube can handle urls like this:
This would require an
intent-filter
like the following:As well as some kind of Intent Processor