Hide VR Intent Dispatcher from Android Default Browser list.
The Android platform's Default Browser code has a bug where it allows the same package to show up multiple times despite not being able to differentiate between the multiple components within the package that caused it to detect multiple browsers within the package. We can trick it into thinking the VR intent handling code isn't default browser material by providing a wildcard host, making Android think the intent handler uses a URI authority when it really doesn't. Bug: 847921 Change-Id: I2b271fc1c99495a0e80e301ff432690dd5a2d0a6 Reviewed-on: https://chromium-review.googlesource.com/1079261Reviewed-by:Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#574281}
Showing
Please register or sign in to comment