From d1840a36d06c421885459a2d7978724e08a34ec2 Mon Sep 17 00:00:00 2001 From: Daniel Yu Date: Wed, 2 Dec 2015 09:30:19 -0800 Subject: [PATCH] docs: Removing info about settings activity for channel apps Settings activity is no longer supported for channel services, so we're removing that from the docs (and the sample manifest snippet). Note that the Setup activity is still required, and now serves double-duty for both channel setup and channel settings, so I adjusted the section at the end accordingly. Added updates based on review suggestions. Bug: 21205118 Change-Id: Ia394b83cee0cb0e7ae6caf87c9d783eb6b4e04ef --- docs/html/training/tv/tif/tvinput.jd | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/docs/html/training/tv/tif/tvinput.jd b/docs/html/training/tv/tif/tvinput.jd index f76f78b837a4b..1a53398e6e4c8 100644 --- a/docs/html/training/tv/tif/tvinput.jd +++ b/docs/html/training/tv/tif/tvinput.jd @@ -12,7 +12,7 @@ trainingnavtop=true
  1. Declare Your TV Input Service in the Manifest
  2. Define Your TV Input Service
  3. -
  4. Define Setup and Settings Activities
  5. +
  6. Define Your Setup Activity

You should also read