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

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

am adebbeba: Merge "Remote extraneous debugging log message" into mnc-dev

* commit 'adebbeba':
  Remote extraneous debugging log message
parents 8a5252fb adebbeba
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;
                }
            }