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

Commit 9cc70d6f authored by Chiachang Wang's avatar Chiachang Wang Committed by Gerrit Code Review
Browse files

Merge "Replace NetworkAgentConfig.Builder API"

parents cda186c3 6a214584
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2698,7 +2698,7 @@ public class DataConnection extends StateMachine {
            if (carrierSignalAgent.hasRegisteredReceivers(TelephonyManager
                    .ACTION_CARRIER_SIGNAL_REDIRECTED)) {
                // carrierSignal Receivers will place the carrier-specific provisioning notification
                configBuilder.disableProvisioningNotification();
                configBuilder.setProvisioningNotificationEnabled(false);
            }

            final String subscriberId = mPhone.getSubscriberId();
@@ -2708,7 +2708,7 @@ public class DataConnection extends StateMachine {

            // set skip464xlat if it is not default otherwise
            if (shouldSkip464Xlat()) {
                configBuilder.disableNat64Detection();
                configBuilder.setNat64DetectionEnabled(false);
            }

            mUnmeteredUseOnly = isUnmeteredUseOnly();