Browser is deprecated. It's being replaced by 3 components:
- Chromium, a.k.a. ChromePublic, which is not included in AOSP and must
be built separately. See packages/apps/Browser2/README.
- Browser2, a tiny, WebView-based test browser copied from Chromium's
WebViewShell.
- BookmarkProvider, which takes over the "com.android.browser;browser"
authorities and returns empty Cursors for all queries. Bookmark access
is removed in the M permission model.
BUG:19351071