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

Commit 2dfea34f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use registerIgnoringScore"

parents 22f7db5b 9624c344
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -433,8 +433,7 @@ public class PhoneSwitcher extends Handler {
        NetworkFactory networkFactory = new PhoneSwitcherNetworkRequestListener(looper, context,
                builder.build(), this);
        // we want to see all requests
        networkFactory.setScoreFilter(101);
        networkFactory.register();
        networkFactory.registerIgnoringScore();

        updateHalCommandToUse();