commit | 0b61ebde02250128afe9b7c46eb8c38b11e13e18 | [log] [tgz] |
---|---|---|
author | Lucas Dupin <dupin@google.com> | Wed Nov 14 09:07:52 2018 -0800 |
committer | Lucas Dupin <dupin@google.com> | Wed Nov 14 22:47:24 2018 +0000 |
tree | e5d4230748d061857a0ce464d43ea59b3eeb8f06 | |
parent | 9f557739e1e1533e187faee583a59fd15ef6b0b5 [diff] |
Fix broadcast receiver race condition Race would happen because receiver might not have been registered before leaving doze. This is fixed by posting everything to the same background Handler. Test: manual Change-Id: I7783651af79629dc4a817ff2e023cbdeb990320b Fixes: 119506300 Fixes: 119436283