README
1Browser2 is a copy of the WebViewShell, a minimal test browser using WebView.
2The old Browser is no longer supported.
3
4This is *not* a production quality browser and does not implement suitable
5security UI to be used for anything other than testing WebView. This should not
6be shipped in production devices, or used as the basis for implementing a real
7browser.
8
9To build a full-fledged browser for AOSP, one option is to build a standalone
10(non-WebView-based) Chromium browser by following the instructions at:
11https://www.chromium.org/developers/how-tos/android-build-instructions
12