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

Commit 87735469 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Gerrit Code Review
Browse files

Merge "Replace user with debuggable check in ConnectivityService"

parents fcbc6ff6 419d7a7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7255,7 +7255,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
        }

        void addRequestReassignment(@NonNull final RequestReassignment reassignment) {
            if (!Build.IS_USER) {
            if (Build.IS_DEBUGGABLE) {
                // The code is never supposed to add two reassignments of the same request. Make
                // sure this stays true, but without imposing this expensive check on all
                // reassignments on all user devices.