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

This commit is contained in:
Treehugger Robot
2019-03-08 22:05:59 +00:00
committed by Gerrit Code Review

View File

@@ -9704,7 +9704,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.