From af4c302a0a30de3f380b3519f45a2919c5dfae46 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Thu, 8 Apr 2010 09:52:51 -0700 Subject: [PATCH] Fix issue #2580316: Contacts and Phone app not supporting landscape mode... ...when launched from car home launcher For Eclair we made Droid a special case of treating the accelerometer as a hard orientation indicator for the car dock. This should really be the default behavior, so make it so. Change-Id: I70efb92036f86b55a436df29230253a192239adc --- core/res/res/values/config.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 29a815f3494b2..7ebbab0cbff6e 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -128,11 +128,15 @@ in to AC and 2 to stay on when plugged in to USB. (So 3 for both.) --> 1 - + false - - false + + true