commit | 7f7c652f0d23c9dfaa904431b94ef8f77b0d2e24 | [log] [tgz] |
---|---|---|
author | Chiao Cheng <chiaocheng@google.com> | Tue Jul 16 18:39:35 2013 -0700 |
committer | Chiao Cheng <chiaocheng@google.com> | Wed Jul 17 12:01:46 2013 -0700 |
tree | c1d66a68b1c6590bf0d7c2ad43916452607d8dae | |
parent | 89647a60693ebdd94a0fc60da557d17d19847942 [diff] [blame] |
Disabling incoming call function. Also fix un-used imports in several files. Change-Id: Ife01674b2a1fe807a8d0b23c984e46715fc08908
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java index 6600ae5..c65c4f8 100644 --- a/src/com/android/phone/PhoneInterfaceManager.java +++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -311,7 +311,7 @@ intent = PhoneGlobals.createInCallIntent(); } try { - mApp.startActivity(intent); + //mApp.startActivity(intent); } catch (ActivityNotFoundException e) { // It's possible that the in-call UI might not exist // (like on non-voice-capable devices), although we