From 207d548ccf34f7feaa9164ebfa8f81679cb0d55f Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Tue, 6 Nov 2012 16:23:43 -0500 Subject: Show the assist ring on center-button longpress on lockscreen. Bug: 7480028 Change-Id: I4c8013e984c2591faf3bc8fe2048abf69d545b6c --- .../src/com/android/systemui/statusbar/phone/PhoneStatusBar.java | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java index 45886df71a4a..5ef32e49947c 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java @@ -762,6 +762,7 @@ public class PhoneStatusBar extends BaseStatusBar { mNavigationBarView.getRecentsButton().setOnClickListener(mRecentsClickListener); mNavigationBarView.getRecentsButton().setOnTouchListener(mRecentsPreloadOnTouchListener); mNavigationBarView.getHomeButton().setOnTouchListener(mHomeSearchActionListener); + mNavigationBarView.getSearchLight().setOnTouchListener(mHomeSearchActionListener); updateSearchPanel(); } -- cgit v1.2.3-59-g8ed1b