• Newton Allen's avatar
    Re-enable NewApi Android lint warning. · a928808e
    Newton Allen authored
    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}
    a928808e
suppressions.xml 6.8 KB