Merge "update getStaticPhoneCapability to use HAL instead of default value"

am: 9e6f5d1521

Change-Id: Ib146ba3b8a7db7ed151ea721ceb57b21e4b44ac3
This commit is contained in:
Nazanin Bakhshi
2019-03-08 14:31:03 -08:00
committed by android-build-merger

View File

@@ -9721,7 +9721,7 @@ public class TelephonyManager {
ITelephony telephony = getITelephony(); ITelephony telephony = getITelephony();
if (telephony != null) { if (telephony != null) {
return telephony.getNumberOfModemsWithSimultaneousDataConnections( return telephony.getNumberOfModemsWithSimultaneousDataConnections(
getSubId(), mContext.getOpPackageName()); getSubId(), getOpPackageName());
} }
} catch (RemoteException ex) { } catch (RemoteException ex) {
// This could happen if binder process crashes. // This could happen if binder process crashes.