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

Commit 45bb7bd8 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Add "not congested" network capability." am: a69b5f5a am: 990f3053

am: b642db48

Change-Id: I3ffa235c6cb8096fa784e542cc6dcbbf86f317b1
parents b026857d b642db48
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1012,6 +1012,8 @@ public class DataConnection extends StateMachine {
            result.removeCapability(NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING);
        }

        result.addCapability(NetworkCapabilities.NET_CAPABILITY_NOT_CONGESTED);

        return result;
    }