commit | 2afb2bebbb9c88f5ab8752f602a9148e14d14009 | [log] [tgz] |
---|---|---|
author | Santos Cordon <santoscordon@google.com> | Thu Mar 06 12:30:34 2014 -0800 |
committer | Santos Cordon <santoscordon@google.com> | Thu Mar 06 16:51:55 2014 -0800 |
tree | e5b3fcb1995baa7a055e62015860e3941642305d | |
parent | 7ce69fc0d21f77ac4c3a48cfe48ba946414ed7da [diff] [blame] |
Incoming call notifiers to tell Telecomm of incoming calls. This CL creates instances of the notifier class for each of the PSTN call services. SIP is different and will come later. Depends on: I6a7bc0273101dec77908fce796b25146d95a5e6a Change-Id: I8499563b779c5cda6163db5e36f87dfb2629d450
diff --git a/src/com/android/phone/PhoneApp.java b/src/com/android/phone/PhoneApp.java index c5f69bf..bf30d58 100644 --- a/src/com/android/phone/PhoneApp.java +++ b/src/com/android/phone/PhoneApp.java
@@ -40,7 +40,7 @@ mPhoneGlobals = new PhoneGlobals(this); mPhoneGlobals.onCreate(); - mTelephonyGlobals = new TelephonyGlobals(); + mTelephonyGlobals = new TelephonyGlobals(this); mTelephonyGlobals.onCreate(); } }