“直播频道”应用未检测到TVInputService HDMI频道

时间:2016-04-21 09:50:34

标签: android-tv

我为HDMI passthrough Input开发了一个TVInputService。这个应用程序具有系统特权和我的Android-TV平台的一部分。还安装了“Live Channels”应用程序,该应用程序应检测系统中可用的所有自定义TVInputService通道。如果有任何可搜索的频道,“直播频道”将显示在启动器中。但LiveChannels未检测到我的TvInputService提供的HDMI-passthrough频道。如果我安装此示例apk / channels, https://github.com/googlesamples/androidtv-sample-inputs 然后只显示LiveChannels,我也可以看到我的HDMI频道。 什么信息是不是传递给LiveChannles来检测我的TVInputService? 提前谢谢。

1 个答案:

答案 0 :(得分:0)

似乎有一些标记问题导致Live Channels应用无法正确查看您的应用。

确保您的清单中包含以下标记:

<uses-feature
    android:name="android.software.LIVE_TV"
    android:required="true" />
<uses-feature
    android:name="android.software.LEANBACK"
    android:required="true" />