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

Commit 813bee9c authored by Patrick Baumann's avatar Patrick Baumann Committed by Automerger Merge Worker
Browse files

Merge "Bypass instant app resolution when NON_BROWSER specified" into udc-dev am: af6326c8

parents 36fb79b3 af6326c8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2310,6 +2310,9 @@ public class ComputerEngine implements Computer {
        if ((intent.getFlags() & Intent.FLAG_IGNORE_EPHEMERAL) != 0) {
            return false;
        }
        if ((intent.getFlags() & Intent.FLAG_ACTIVITY_REQUIRE_NON_BROWSER) != 0) {
            return false;
        }
        if (!skipPackageCheck && intent.getPackage() != null) {
            return false;
        }