summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorDongwon Kang <dwkang@google.com>2014-06-23 18:00:35 +0900
committerDongwon Kang <dwkang@google.com>2014-06-24 14:57:50 +0900
commit2b53aae90cb265f6bc73e08feddc523ba1a0593a (patch)
treee24d012dcb06c25dc69442fabdae16f4c7301f3c /api/current.txt
parenta61e5074f2320ccce068c0e9707a09362ac67870 (diff)
downloadframeworks_base-2b53aae90cb265f6bc73e08feddc523ba1a0593a.zip
frameworks_base-2b53aae90cb265f6bc73e08feddc523ba1a0593a.tar.gz
frameworks_base-2b53aae90cb265f6bc73e08feddc523ba1a0593a.tar.bz2
Add a column to TV channel metadata to enable a newly requested use case
conditional_access : Used to let user know this channel is scrambled by a conditional access system and need to contact the service provider to watch it. Bug: 14073703 Change-Id: I62d744b92e31fbbb95ba10b2595686114f6fbb6f
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 37b7fee..3528e81 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -15912,6 +15912,7 @@ package android.media.tv {
public static final class TvContract.Channels implements android.media.tv.TvContract.BaseTvColumns {
method public static final java.lang.String getVideoResolution(java.lang.String);
field public static final java.lang.String COLUMN_BROWSABLE = "browsable";
+ field public static final java.lang.String COLUMN_CONDITIONAL_ACCESS = "conditional_access";
field public static final java.lang.String COLUMN_DESCRIPTION = "description";
field public static final java.lang.String COLUMN_DISPLAY_NAME = "display_name";
field public static final java.lang.String COLUMN_DISPLAY_NUMBER = "display_number";