Mark WebView as Android TV compatible.
Android apps must declare the android.software.leanback feature to indicate that they are compatible with Android TV (and can specify required="false" to indicate that they are also compatible with non-TV devices). Declare this for WebView, which is used on TV devices. https://developer.android.com/training/tv/start/start#leanback-req describes this requirement in detail. Silence the MissingLeanbackLauncher lint warning; WebView doesn't have a launcher on non-TVs either, so this is expected. Bug: 870010 Change-Id: Id07ecf06f50d1247639e4e32ea0128d68376a633 Reviewed-on: https://chromium-review.googlesource.com/1178801 Commit-Queue: Richard Coles <torne@chromium.org> Reviewed-by:Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#583845}
Showing
Please register or sign in to comment