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

Commit 990f3053 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Add "not congested" network capability."

am: a69b5f5a

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


        result.addCapability(NetworkCapabilities.NET_CAPABILITY_NOT_CONGESTED);

        return result;
        return result;
    }
    }