summaryrefslogtreecommitdiffstats
path: root/api
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 /api
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 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 9eb2075..e027150 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -6558,6 +6558,7 @@ package android.content.res {
field public static final int UI_MODE_NIGHT_NO = 16; // 0x10
field public static final int UI_MODE_NIGHT_UNDEFINED = 0; // 0x0
field public static final int UI_MODE_NIGHT_YES = 32; // 0x20
+ field public static final int UI_MODE_TYPE_APPLIANCE = 5; // 0x5
field public static final int UI_MODE_TYPE_CAR = 3; // 0x3
field public static final int UI_MODE_TYPE_DESK = 2; // 0x2
field public static final int UI_MODE_TYPE_MASK = 15; // 0xf