DescriptionRe-enable NewApi Android lint warning.
The NewApi warning complains when we use APIs added to Android after ICS
because these will causes crashes on older versions of Android. This
reenables this helpful warning and whitelists the files that currently
trigger the warning. Follow-up CLs will fix these whitelisted warnings
(i.e. by fixing the code if it's broken, or adding the @TargetApi
annotation)
BUG=266140
R=aurimas@chromium.org
Committed: https://chromium.googlesource.com/chromium/src/+/a928808ec67f1ddf41ba0643eec2611c9e6e4620
Patch Set 1 #
Messages
Total messages: 9 (3 generated)
|