Merge "update getStaticPhoneCapability to use HAL instead of default value" am: 9e6f5d1521
am: 109f4590ca
Change-Id: I2b43c2ad3f6e6b6789a6f124fce43d8d87b9d8c0
This commit is contained in:
@@ -9721,7 +9721,7 @@ public class TelephonyManager {
|
||||
ITelephony telephony = getITelephony();
|
||||
if (telephony != null) {
|
||||
return telephony.getNumberOfModemsWithSimultaneousDataConnections(
|
||||
getSubId(), mContext.getOpPackageName());
|
||||
getSubId(), getOpPackageName());
|
||||
}
|
||||
} catch (RemoteException ex) {
|
||||
// This could happen if binder process crashes.
|
||||
|
||||
Reference in New Issue
Block a user