aosp12/packages/apps/Browser2
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
res init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
src/org/chromium/webview_shell init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
AndroidManifest.xml init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CleanSpec.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
run_startup_time_test.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README

Browser2 is a copy of the WebViewShell, a minimal test browser using WebView.
The old Browser is no longer supported.

This is *not* a production quality browser and does not implement suitable
security UI to be used for anything other than testing WebView. This should not
be shipped in production devices, or used as the basis for implementing a real
browser.

To build a full-fledged browser for AOSP, one option is to build a standalone
(non-WebView-based) Chromium browser by following the instructions at:
https://www.chromium.org/developers/how-tos/android-build-instructions