commit | 554cca7e16aed0609f96e58b5ba13e77004608fb | [log] [tgz] |
---|---|---|
author | Jana Grill <janagrill@google.com> | Tue Feb 16 19:10:55 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 16 19:10:55 2021 |
tree | a9b270c98e741127a1fae93148e21e61f42d915d | |
parent | 887f4f4110678a7186f66b719f096f8ccbe8028f [diff] |
Show ADB sideloading notification after device sleeps Start observing chromeos::PowerManagerClient in order to detect when the notification timer should be started again after the device has been idle for a while and then wakes up again, or when the device lid has been closed and then opened again. Bug: 1146072 Test: Manual - trigger first notification, close lid, wait for enough time for the second notification, open lid and check that the second notification still appears. Change-Id: I656e7427712c84b5757f3afb838fb4e3daf41202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2678944 Reviewed-by: Gabriel Charette <gab@chromium.org> Reviewed-by: Sergey Poromov <poromov@chromium.org> Commit-Queue: Jana Grill <janagrill@chromium.org> Cr-Commit-Position: refs/heads/master@{#854376}
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.