0
Files
src/android_webview
Laís Minchillo 17a805b62b [AW] Package name logging ComponentInstallerPolicy
Add ComponentInstallerPolicy for WebViewAppsPackageNamesAllowlist.
Registration is gated behind a command line flag.

Bug: 1202702
Test: android_webview_unittests
Change-Id: I78e21c0601dc7e7557f2c164ed5c28d4b3767505
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2860008
Reviewed-by: Mugdha Lakhani <nator@chromium.org>
Reviewed-by: Hazem Ashmawy <hazems@chromium.org>
Commit-Queue: Laís Minchillo <laisminchillo@chromium.org>
Auto-Submit: Laís Minchillo <laisminchillo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#886050}
2021-05-24 20:06:53 +00:00
..
2021-05-10 17:20:21 +00:00
2021-05-19 19:36:04 +00:00
2021-05-11 23:48:44 +00:00
2021-05-05 13:48:00 +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.

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

Please see WebView Architecture.

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.