commit | de10b75b2802b0a74de17a972d007efc0fc19f55 | [log] [tgz] |
---|---|---|
author | Santos Cordon <santoscordon@google.com> | Thu Sep 19 04:11:33 2013 -0700 |
committer | Santos Cordon <santoscordon@google.com> | Thu Sep 19 19:56:22 2013 -0700 |
tree | c6579030cfd92f5237e0e8587676ebe97112260e | |
parent | 07fae161a1eb1b2b9e00a8377658baa52465c3aa [diff] [blame] |
Hang up all calls if the UI crashes. bug:10823938 Change-Id: I417b4f4e1351efd65de65edaedd778115e605cd1
diff --git a/src/com/android/phone/PhoneGlobals.java b/src/com/android/phone/PhoneGlobals.java index 6744d33..5474a62 100644 --- a/src/com/android/phone/PhoneGlobals.java +++ b/src/com/android/phone/PhoneGlobals.java
@@ -651,6 +651,10 @@ return callModeler; } + /* package */ CallManager getCallManager() { + return mCM; + } + /** * Returns an Intent that can be used to go to the "Call log" * UI (aka CallLogActivity) in the Contacts app.