Merge "Use LegacyPermissionManager for non-updatable permission APIs."
diff --git a/src/com/android/phone/PhoneGlobals.java b/src/com/android/phone/PhoneGlobals.java
index 509aa57..03d5afe 100644
--- a/src/com/android/phone/PhoneGlobals.java
+++ b/src/com/android/phone/PhoneGlobals.java
@@ -367,9 +367,6 @@
startService(intent);
mCM = CallManager.getInstance();
- for (Phone phone : PhoneFactory.getPhones()) {
- mCM.registerPhone(phone);
- }
// Create the NotificationMgr singleton, which is used to display
// status bar icons and control other status bar behavior.