summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2011-12-14 20:59:30 -0800
committerJoe Onorato <joeo@google.com>2011-12-15 16:16:14 -0800
commit44fcb83b38b062a650ddf556fe7f5e34905df9ea (patch)
treef5726b3011934023b43a46eb3ce3be6742a274ba /native
parent3766a7a27535101e62af958b1d2d710daa166d7d (diff)
downloadframeworks_base-44fcb83b38b062a650ddf556fe7f5e34905df9ea.zip
frameworks_base-44fcb83b38b062a650ddf556fe7f5e34905df9ea.tar.gz
frameworks_base-44fcb83b38b062a650ddf556fe7f5e34905df9ea.tar.bz2
Add a new ui mode for "appliance"
The idea is that this is a device which is more-or-less headless. It might have some limited interaction capabilities, but it's not something that you want to rely on having. Change-Id: Ib92f53a120bf83de781728011721a4859def7d9f
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 2444c4b..4d683fb 100644
--- a/native/include/android/configuration.h
+++ b/native/include/android/configuration.h
@@ -79,6 +79,7 @@ enum {
ACONFIGURATION_UI_MODE_TYPE_DESK = 0x02,
ACONFIGURATION_UI_MODE_TYPE_CAR = 0x03,
ACONFIGURATION_UI_MODE_TYPE_TELEVISION = 0x04,
+ ACONFIGURATION_UI_MODE_TYPE_APPLIANCE = 0x05,
ACONFIGURATION_UI_MODE_NIGHT_ANY = 0x00,
ACONFIGURATION_UI_MODE_NIGHT_NO = 0x1,