summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-05-20 16:11:04 -0700
committerDianne Hackborn <hackbod@google.com>2011-05-23 15:11:08 -0700
commite360bb6bd8ea84b8d37604fc11dfc744b18fb0de (patch)
tree7e833a630e8108be1345d8595438eea5a30e7173 /native
parent1b144e625fb0d34cd680c44cbcfb2deb8a76d4c6 (diff)
downloadframeworks_base-e360bb6bd8ea84b8d37604fc11dfc744b18fb0de.zip
frameworks_base-e360bb6bd8ea84b8d37604fc11dfc744b18fb0de.tar.gz
frameworks_base-e360bb6bd8ea84b8d37604fc11dfc744b18fb0de.tar.bz2
Add "television" mode.
Change-Id: Ida1fdb61b036a8b489dbeda196fb4bc82e651b2b
Diffstat (limited to 'native')
-rw-r--r--native/include/android/configuration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/include/android/configuration.h b/native/include/android/configuration.h
index 91533c8..39fef21 100644
--- a/native/include/android/configuration.h
+++ b/native/include/android/configuration.h
@@ -77,6 +77,7 @@ enum {
ACONFIGURATION_UI_MODE_TYPE_NORMAL = 0x01,
ACONFIGURATION_UI_MODE_TYPE_DESK = 0x02,
ACONFIGURATION_UI_MODE_TYPE_CAR = 0x03,
+ ACONFIGURATION_UI_MODE_TYPE_TELEVISION = 0x04,
ACONFIGURATION_UI_MODE_NIGHT_ANY = 0x00,
ACONFIGURATION_UI_MODE_NIGHT_NO = 0x1,