Fixed Bug P2 Add Hotlist [AOSP] Version-Studio-2.1Migrated-Tools-StudioStatus UpdateNo update yet.Descriptionki...@gmail.com created issue #1Nov 24, 2017 09:38PMIn next code:if (throwable instanceof KeyPermanentlyInvalidatedException) { return;}Lint (both in Android Studio and command line) produce no warning, but should report "NewApi" usage.Tested with android gradle plugin versions 3.0.1 and 3.1.0-alpha04.Issue summaryCommentsAll comments Oldest first tn...@google.com <tn...@google.com> #2Nov 28, 2017 03:00AMMarked as fixed, reassigned to tn...@google.com.Fixed for 3.1 canary 6 by Change-Id: Ib9fff29c1964aea3b072b50d7c66b179456a5c5cThanks for the report!Add comment Comment
Description
if (throwable instanceof KeyPermanentlyInvalidatedException) {
return;
}
Lint (both in Android Studio and command line) produce no warning, but should report "NewApi" usage.
Tested with android gradle plugin versions 3.0.1 and 3.1.0-alpha04.