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

Commit aea3ec67 authored by Chad Brubaker's avatar Chad Brubaker Committed by Android (Google) Code Review
Browse files

Merge "Allow ephemeral apps to reach any CATEGORY_BROWSABLE"

parents 66f66e80 35b79a7d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -5033,9 +5033,7 @@ public class PackageParser {
    }

    private boolean isWebBrowsableIntent(IntentInfo intent) {
        return intent.hasAction(Intent.ACTION_VIEW)
                && intent.hasCategory(Intent.CATEGORY_BROWSABLE)
                && (intent.hasDataScheme("http") || intent.hasDataScheme("https"));
        return intent.hasCategory(Intent.CATEGORY_BROWSABLE);
    }

    private boolean parseAllMetaData(Resources res, XmlResourceParser parser, String tag,