commit | b685f1796c6f33a1476716167db9334f4f5d8139 | [log] [tgz] |
---|---|---|
author | Christine Chen <christinech@google.com> | Wed Sep 25 18:32:59 2013 -0700 |
committer | Christine Chen <christinech@google.com> | Wed Sep 25 18:32:59 2013 -0700 |
tree | 0302e13ecec0f22350fe13f6765eb740de8b99e5 | |
parent | fea89c31ed08c16f230b8d2b6f5ae3b14c032567 [diff] |
Disable camera button in Incoming call UI Bug: 10929467 Change-Id: I0476c8e97568edd707b5ef51ecb32f2c53c8bdf8
diff --git a/src/com/android/phone/NotificationMgr.java b/src/com/android/phone/NotificationMgr.java index 8ead0ce..3e30798 100644 --- a/src/com/android/phone/NotificationMgr.java +++ b/src/com/android/phone/NotificationMgr.java
@@ -249,6 +249,7 @@ state |= StatusBarManager.DISABLE_HOME; state |= StatusBarManager.DISABLE_RECENT; state |= StatusBarManager.DISABLE_BACK; + state |= StatusBarManager.DISABLE_SEARCH; } if (DBG) log("updateStatusBar: state = 0x" + Integer.toHexString(state));