commit | d27a0cb96e0509f75bb81ab97f7b6766853773e4 | [log] [tgz] |
---|---|---|
author | Daniel Sandler <dsandler@android.com> | Sun Oct 09 21:18:58 2011 -0400 |
committer | Daniel Sandler <dsandler@android.com> | Sun Oct 09 21:21:04 2011 -0400 |
tree | 7d073bab692a9e2880887a6618f6409f278a30b9 | |
parent | 8765ebf9b5c5256dfbf8232b11bcf5f0045c5ac1 [diff] |
Stop enabling all disabled status bar features from GlobalActions. Leaky singleton bug! GlobalActions, recents, and the keyguard are all in the same process and therefore receive the same StatusBarManager instance. Therefore, their calls to enable() and disable() clobber one another. Bug: 5423182 Change-Id: I724d17dfc5289141690560cc8ff83cc8543b25b1