Merge "update getStaticPhoneCapability to use HAL instead of default value"
am: 9e6f5d1521
Change-Id: Ib146ba3b8a7db7ed151ea721ceb57b21e4b44ac3
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user