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

Commit fb54ea75 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6373393 from 5a9674e3 to qt-qpr3-release

Change-Id: Ia890158aa38cc97f421bc6d1504c9848f2233832
parents 00444ce4 5a9674e3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -18156,7 +18156,9 @@ public class PackageManagerService extends IPackageManager.Stub
                final int verificationId = mIntentFilterVerificationToken++;
                for (PackageParser.Activity a : pkg.activities) {
                    for (ActivityIntentInfo filter : a.intents) {
                        if (filter.handlesWebUris(true) && needsNetworkVerificationLPr(filter)) {
                        // Run verification against hosts mentioned in any web-nav intent filter,
                        // even if the filter matches non-web schemes as well
                        if (filter.handlesWebUris(false) && needsNetworkVerificationLPr(filter)) {
                            if (DEBUG_DOMAIN_VERIFICATION) Slog.d(TAG,
                                    "Verification needed for IntentFilter:" + filter.toString());
                            mIntentFilterVerifier.addOneIntentFilterVerification(