'Unused declaration' lint warnings in Android side |
|
Issue descriptionWhen I open frameworks/support/webkit with Android Studio, it provides several lint warnings for "unused declarations" of boundary interface methods. Some of these make sense: Android side never calls FeatureFlagHolderBoundaryInterface#getSupportedFeatures(). We should consider suppressing these warnings. This is also generally true for callbacks: these methods are called by the WebView APK, so they appear (from android code) to be unused. |
|
►
Sign in to add a comment |
|
Comment 1 by ntfschr@chromium.org
, Jul 17