fixup! Upload upstream chromium 85.0.4183.93
[platform/framework/web/chromium-efl.git] / android_webview / README.md
1 # Android WebView
2
3 Android WebView is an Android system component for displaying web content.
4 [WebView](https://developer.android.com/reference/android/webkit/WebView) (and
5 the [related Android classes][1]) are implemented by the code in the
6 `//android_webview/` folder.
7
8 This directory contains the Android WebView implementation, as well as the
9 implementation for the [AndroidX Webkit support library][2].
10
11 ## Overview for Chromium team members and contributors
12
13 Please see [WebView Architecture](/android_webview/docs/architecture.md).
14
15 ## Want to use WebView in an Android app?
16
17 Please consult our API documentation and app development guides:
18
19 * [Android Frameworks classes][1]
20 * [AndroidX Webkit support library][2]
21 * [Development guides](https://developer.android.com/guide/webapps)
22
23 ## Want to build and install WebView on a device?
24
25 See our [Chromium developer documentation](docs/README.md).
26
27 [1]: https://developer.android.com/reference/android/webkit/package-summary
28 [2]: https://developer.android.com/reference/androidx/webkit/package-summary