Merge "Remote extraneous debugging log message" into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
adebbebaa7
@@ -2835,7 +2835,6 @@ public class PackageParser {
|
|||||||
if (!aii.hasAction(Intent.ACTION_DEFAULT)) continue;
|
if (!aii.hasAction(Intent.ACTION_DEFAULT)) continue;
|
||||||
if (aii.hasDataScheme(IntentFilter.SCHEME_HTTP) ||
|
if (aii.hasDataScheme(IntentFilter.SCHEME_HTTP) ||
|
||||||
aii.hasDataScheme(IntentFilter.SCHEME_HTTPS)) {
|
aii.hasDataScheme(IntentFilter.SCHEME_HTTPS)) {
|
||||||
Slog.d(TAG, "hasDomainURLs:true for package:" + pkg.packageName);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user