commit | 6755ce057fa09128987f8a2370cff8b991fca138 | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Fri Jan 10 06:06:08 2020 -0800 |
committer | Roshan Pius <rpius@google.com> | Fri Jan 10 13:14:38 2020 -0800 |
tree | 8a2691612c4f841af26918ee41fe721e4d700e66 | |
parent | 2a5ec0b25ed42b90b63aa15da738810890c9e77a [diff] |
WifiServiceImpl: Alternative to @hide FLAG_RECEIVER_INCLUDE_BACKGROUND Implementing an alternative to sending broadcast with @hide flag FLAG_RECEIVER_INCLUDE_BACKGROUND. Instead of using the flag, find the list of registered broadcast receivers and send them directed broadcasts to wake them up. Bug: 147374337 Test: Performed network reset, ensured that carrier wifi app received the intent. Change-Id: I05b9c50c941631e295461542e7bfe38fd4785708