diff --git a/docs/html/training/training_toc.cs b/docs/html/training/training_toc.cs index ccefe7267cf98..e1e68385e1e7e 100644 --- a/docs/html/training/training_toc.cs +++ b/docs/html/training/training_toc.cs @@ -1023,8 +1023,8 @@ include the action bar on devices running Android 2.1 or higher."
- Watching live television shows and other continuous, channel-based content is a big part of the - TV experience. Android supports receiving and playback of live video content through the TV Input - Framework in Android 5.0 (API level 21). - This framework provides a unified method for receiving audio and video channel content - from hardware sources, such as HDMI ports and built-in-tuners, and software sources, such as - video streamed over the internet. +Watching live TV shows and other continuous, channel-based content is a big part of the TV +experience. Users are accustomed to selecting and watching shows on TV by channel browsing. +To provide your users a similar experience, use the TV Input Framework to create channels for +publishing video or music content so that your media appears alongside traditional TV channels in +the programming guide. +
++Android supports receiving and playback of live video content through the TV Input Framework in +Android 5.0 (API level 21). This framework provides a unified method for receiving audio and video +channel content from hardware sources, such as HDMI ports and built-in-tuners, and software +sources, such as video streamed over the internet.
The framework enables developers to define live TV input sources by implementing a TV input diff --git a/docs/html/tv/index.jd b/docs/html/tv/index.jd index 7a0cdcc456b0c..73b3435672534 100644 --- a/docs/html/tv/index.jd +++ b/docs/html/tv/index.jd @@ -145,6 +145,36 @@ page.type=about +
+ Build apps that let users experience high-performance gaming in leanback mode.
+ Users can discover your apps easily through the Games row in the Android TV
+ Launcher.
+ Learn how to build games for TV
+
+ Create apps that serve video and music content in a linear, channel-like
+ fashion to users. Users see your channels alongside traditional TV channels in the
+ programming guide.
+ Learn how to build channels
+