0
Files
src/android_webview
Ben Joyce bb74453750 Update resources to androidx.
Bug: 896775
Change-Id: Ia8b56274328b16b1255038c05bd49cba94c97471
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144817
Reviewed-by: Yaron Friedman <yfriedman@chromium.org>
Commit-Queue: benjamin joyce <bjoyce@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758026}
2020-04-09 21:38:56 +00:00
..
2020-03-26 16:33:28 +00:00
2020-04-07 23:26:34 +00:00
2020-04-09 21:38:56 +00:00

Android WebView

Android WebView is an Android system component for displaying web content. WebView (and the related Android classes) are implemented by the code in the //android_webview/ folder.

Android WebView is a content embedder, meaning it depends on code in //content/ and lower layers (ex. //net/, //base/), but does not depend on sibling layers such as //chrome/.

This directory contains the Android WebView implementation, as well as the implementation for the AndroidX Webkit support library.

Overview for Chromium team members and contributors

If you're a chromium team member or contributor and want to make changes to Android WebView, please check out Android WebView 101 (2019) (public slide deck) for an overview of WebView use cases, architecture (single vs. multiprocess, in-process GPU & Network service, etc.), and development/experimentation/release process.

Want to use WebView in an Android app?

Please consult our API documentation and app development guides:

Want to build and install WebView on a device?

See our Chromium developer documentation.