aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-30 03:07:15 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-30 03:07:15 +0000
commitfb2031c941153c9602a3de5ca8b7948648cecd43 (patch)
tree82ed31c417e668bb3f6a139ef7386c010a3238c5
parentc75ccf9c6eddf292f7fc2c5c59b4a314564eed14 (diff)
parent68f389c9bd51068eba05aefd75a40d91cfbabc31 (diff)
downloadBrowser2-fb2031c941153c9602a3de5ca8b7948648cecd43.tar.gz
Snap for 7243657 from 68f389c9bd51068eba05aefd75a40d91cfbabc31 to tm-release
Change-Id: Id2138671647d6776b533bb10d3bb1559ac4ce051
-rw-r--r--OWNERS2
-rw-r--r--README11
2 files changed, 10 insertions, 3 deletions
diff --git a/OWNERS b/OWNERS
index 452a499..c43c5d6 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,4 +1,4 @@
timvolodine@google.com
-tobiasjs@google.com
+torne@google.com
rtenneti@google.com
diff --git a/README b/README
index 57d75d5..ec31115 100644
--- a/README
+++ b/README
@@ -1,4 +1,11 @@
Browser2 is a copy of the WebViewShell, a minimal test browser using WebView.
-The old Browser is no longer supported. To build a full-fledged browser for
-AOSP, please follow the instructions at:
+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