From f5c5d22c471f399f215662a8e471bf02b5b6bcfa Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 9 Apr 2010 13:14:48 -0700 Subject: [PATCH] Fix issue #2581524: Car home icon should always go to car home Rework how switching between modes work so the caller can tell us whether they want to go to home. (So car home launcher can now tell us they always want to go home.) Change-Id: Id4a8129027d6d162b4bae6f983911f1f4bf2578f --- api/current.xml | 31 +++-- core/java/android/app/IUiModeManager.aidl | 2 +- core/java/android/app/UiModeManager.java | 23 ++-- .../android/server/UiModeManagerService.java | 110 +++++++++++------- 4 files changed, 106 insertions(+), 60 deletions(-) diff --git a/api/current.xml b/api/current.xml index 5e8be99c8aa57..b256d3f7d4e0b 100644 --- a/api/current.xml +++ b/api/current.xml @@ -25428,6 +25428,17 @@ visibility="public" > + +