New issue
Advanced search Search tips

Issue 849970 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jul 17
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

'Unused declaration' lint warnings in Android side

Project Member Reported by ntfschr@chromium.org, Jun 6 2018

Issue description

When 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.
 
Status: WontFix (was: Assigned)
This probably isn't too critical to address, since these are just lint warnings.

Sign in to add a comment