Merge "Move getPhoneCount implementation back to TelephonyManager."
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java
index 13accc9..b2da3a1 100755
--- a/src/com/android/phone/PhoneInterfaceManager.java
+++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -6611,19 +6611,6 @@
}
/**
- * Get how many sims have been activated on the phone
- */
- @Override
- public int getNumOfActiveSims() {
- final long identity = Binder.clearCallingIdentity();
- try {
- return mPhoneConfigurationManager.getNumOfActiveSims();
- } finally {
- Binder.restoreCallingIdentity(identity);
- }
- }
-
- /**
* Get whether reboot is required or not after making changes to modem configurations.
* Return value defaults to true
*/