Re-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 Review URL: https://codereview.chromium.org/969213002 Cr-Commit-Position: refs/heads/master@{#318942}
Showing
Please register or sign in to comment