aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2021-03-29 20:23:25 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-29 20:23:25 +0000
commit202585fa74e52f8ff55189760f19040fc6dbe6aa (patch)
tree82ed31c417e668bb3f6a139ef7386c010a3238c5
parent8650581fb4941f3b504315dc181cff0a3cbaf2f5 (diff)
parent367773ee42b1c4ef3664d038a7a30269c037c9b4 (diff)
downloadBrowser2-202585fa74e52f8ff55189760f19040fc6dbe6aa.tar.gz
Clarify that this is not a real browser. am: d5a30e6537 am: 367773ee42
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Browser2/+/1655568 Change-Id: I2589152467a15005ea80a01cf92156ce9b2610d7
-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