From 6c191299a73388cd593809c0b66bafbd08fd2982 Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Thu, 3 Apr 2014 16:37:27 -0400 Subject: Introduce new UI_MODE_TYPE_WATCH and qualifier. Default ui mode to watch if we have FEATURE_WATCH. Bug:13395758 Change-Id: Ie5ff95de60e69e91ad3612c7d2f1fca7f49061bd --- core/res/res/values/config.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'core/res') diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 45a2c80..0b42588 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -471,6 +471,7 @@ 1 UI_MODE_TYPE_NORMAL 4 UI_MODE_TYPE_TELEVISION 5 UI_MODE_TYPE_APPLIANCE + 6 UI_MODE_TYPE_WATCH Any other values will have surprising consequences. --> 1 -- cgit v1.1