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

Commit adebbeba authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Remote extraneous debugging log message" into mnc-dev

parents 2a67840c bf0c1ac1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2835,7 +2835,6 @@ public class PackageParser {
                if (!aii.hasAction(Intent.ACTION_DEFAULT)) continue;
                if (aii.hasDataScheme(IntentFilter.SCHEME_HTTP) ||
                        aii.hasDataScheme(IntentFilter.SCHEME_HTTPS)) {
                    Slog.d(TAG, "hasDomainURLs:true for package:" + pkg.packageName);
                    return true;
                }
            }