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

Commit 531209d2 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am 06566db8: am 67fbc0bd: am bf8cc192: am adebbeba: Merge "Remote extraneous...

am 06566db8: am 67fbc0bd: am bf8cc192: am adebbeba: Merge "Remote extraneous debugging log message" into mnc-dev

* commit '06566db8':
  Remote extraneous debugging log message
parents 22a86ce4 06566db8
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;
                }
            }