commit | ef5c10e5b292e8b76fb269d7d3ffc1a6b51ece92 | [log] [tgz] |
---|---|---|
author | Haiyang Pan <hypan@google.com> | Wed Oct 25 00:41:56 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 25 00:41:56 2023 |
tree | 14b4eb4cee2d5b50e4f350fd0ee1a6d144e2684c | |
parent | b0bc2034cd866578ddccfea4c0d7aeec618d94d6 [diff] |
emulator: Skip the TIME_SET intent when sync the time during AVD launch As the documentation mentions, TIME_SET intent is used to notify apps like Clock to update alarms which our test environment probably don't care. Also broadcasting this intent can lead to timeout error during AVD launch. Bug: 1488458 Change-Id: Iac2e0e1072bf0fb89bc3ef260b875611d7c282d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4968706 Commit-Queue: James Shen <zhiyuans@google.com> Auto-Submit: Haiyang Pan <hypan@google.com> Reviewed-by: James Shen <zhiyuans@google.com> Cr-Commit-Position: refs/heads/main@{#1214559}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.