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

Commit 8a95207b 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

am: 109f4590

Change-Id: I2b43c2ad3f6e6b6789a6f124fce43d8d87b9d8c0
parents d7735a13 109f4590
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.