Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 109f4590 authored by Nazanin Bakhshi's avatar Nazanin Bakhshi Committed by android-build-merger
Browse files

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

am: 9e6f5d15

Change-Id: Ib146ba3b8a7db7ed151ea721ceb57b21e4b44ac3
parents 558a5e26 9e6f5d15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.