From 2aa68684ba8034bdea9fb3a84d6b096c95b0b39c Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Thu, 11 Aug 2022 17:21:45 +0000 Subject: [PATCH] Revert^2 "Promote ExtraText lint warning to an error"" This reverts commit 0b29c62498f3174283b003515a26285c4f26e5b5. Reason for revert: Issue that caused breakage has been fixed on stage-aosp-master. I'll test this cl on go/abtd for the stage-aosp-master branch before submitting. Change-Id: I90f1941f67ebf9c40402713fa7762a99e368c17f --- java/lint_defaults.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/java/lint_defaults.txt b/java/lint_defaults.txt index e99cb05c5..01e7e6e75 100644 --- a/java/lint_defaults.txt +++ b/java/lint_defaults.txt @@ -101,7 +101,6 @@ --warning_check WrongViewCast # 1 occurences in 1 modules --warning_check CoarseFineLocation ---warning_check ExtraText --warning_check IntentFilterExportedReceiver --warning_check MissingInflatedId --warning_check NotificationPermission