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

Commit 9e6f5d15 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents dfe984c3 ceaf9684
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9704,7 +9704,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.