diff --git a/java/lint_defaults.txt b/java/lint_defaults.txt index a4dbb17e4..8494d029e 100644 --- a/java/lint_defaults.txt +++ b/java/lint_defaults.txt @@ -123,6 +123,10 @@ --warning_check SupportAnnotationUsage --warning_check UniqueConstants +# TODO(b/294098365): these checks fail in AOSP, but pass downstream +--warning_check ForegroundServiceType +--warning_check MutableImplicitPendingIntent + --warning_check ExactAlarm --warning_check ExpiredTargetSdkVersion --warning_check ForegroundServicePermission