From bdc0578df1b8df4d61d412df00be896ba3434068 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 9 Aug 2023 14:51:13 -0700 Subject: [PATCH] Re-enable checks that pass in udc-dev-plus-aosp and downstream Re-enable ForegroundServiceType and MutableImplicitPendingIntent, which have been fixed in udc-dev-plus-aosp and downstream. Bug: 294098365 Test: treehugger Ignore-AOSP-First: re-enabling checks that fail in AOSP Change-Id: Ifa581e8d346cf7e70387d6aa3135203d6a7d621b --- java/lint_defaults.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/java/lint_defaults.txt b/java/lint_defaults.txt index 8494d029e..a4dbb17e4 100644 --- a/java/lint_defaults.txt +++ b/java/lint_defaults.txt @@ -123,10 +123,6 @@ --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