Skip to content

Instantly share code, notes, and snippets.

@invisiblek
Created September 5, 2016 22:59
Show Gist options
  • Save invisiblek/9232e5863702084fdc518c515299cc58 to your computer and use it in GitHub Desktop.
Save invisiblek/9232e5863702084fdc518c515299cc58 to your computer and use it in GitHub Desktop.
diff --git a/src/java/com/android/internal/telephony/PhoneFactory.java b/src/java/com/android/internal/telephony/PhoneFactory.java
index 14d2934..87cc4a7 100644
--- a/src/java/com/android/internal/telephony/PhoneFactory.java
+++ b/src/java/com/android/internal/telephony/PhoneFactory.java
@@ -234,9 +234,9 @@ public class PhoneFactory {
// Start monitoring after defaults have been made.
// Default phone must be ready before ImsPhone is created
// because ImsService might need it when it is being opened.
- for (int i = 0; i < numPhones; i++) {
- sPhones[i].startMonitoringImsService();
- }
+// for (int i = 0; i < numPhones; i++) {
+// sPhones[i].startMonitoringImsService();
+// }
ITelephonyRegistry tr = ITelephonyRegistry.Stub.asInterface(
ServiceManager.getService("telephony.registry"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment