2024-11-26, 19:28
Currently the launcher package name is hard coded into Kodi as a requirement to use Channels on the home screen for android.
- https://github.com/xbmc/xbmc/blob/master...va.in#L141
Request is to remove the hard coded package name and rely solely on hasSystemFeature(FEATURE_LEANBACK) to provide channel updates so that ANY launcher may receive channel updates.
Thanks for your consideration.
-----
example 3rd party launcher that could but does not receive channel updates currently
- https://github.com/nielsvanvelzen/tv-launcher
- https://github.com/xbmc/xbmc/blob/master...va.in#L141
Request is to remove the hard coded package name and rely solely on hasSystemFeature(FEATURE_LEANBACK) to provide channel updates so that ANY launcher may receive channel updates.
Thanks for your consideration.
-----
example 3rd party launcher that could but does not receive channel updates currently
- https://github.com/nielsvanvelzen/tv-launcher