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

Commit b642db48 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

Change-Id: I97ca602c4d82d79acf205c32f5747aa90ea84b93
parents 7c715665 990f3053
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;
    }