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

Option to remove "All Channels" category #7

Closed slim223 closed 6 years ago

slim223 commented 6 years ago

Hi, is it possible to have the option to remove the "All Channels" category from menubar.

techker commented 6 years ago

seems like it is the core driving the skin. would need to find source of the iptv core to be able to change it..i wish i can find it..lol

AlexanderSofronov commented 6 years ago

This option was implemented in IPTV Core 3.9.4. Please use the following intent extra to hide "All Channels" tab: intent.putExtra("hide_all_channels_tab", true)