commit | fb2f70a6edd8383ed513addb82ed5d91572ee261 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Mon Sep 17 14:49:07 2018 -0700 |
committer | Christopher Tate <ctate@google.com> | Wed Sep 19 11:31:08 2018 -0700 |
tree | 00d7e08628e448dbf5ca1a9c6c7b4de9bc535321 | |
parent | c8c4fea61f4295309895a11949d2cc538386bc39 [diff] |
Fix widget manager / alarm manager deadlock Don't hold locks while manipulating alarms within the app widget server, because the joint dependencies on activity manager locking cause problems. Change-Id: Ic7a09e6938277df7201be515f9785f326552f166 Bug: 115894687 Test: manual (repeated rebooting including with alarms forced)