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

Commit 1772247b authored by Nazanin Bakhshi's avatar Nazanin Bakhshi
Browse files

update getStaticPhoneCapability to use HAL instead of default value

Bug: 123359867
Test: build
Change-Id: Ic40921679ade1f9be42f2bc3d5170ba201dbab5a
parent ede37208
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9748,7 +9748,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.