commit | 037d9fcd95b90ae65e75784fb74990e93dcc7fdf | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Fri Aug 09 11:08:52 2019 -0400 |
committer | Dave Mankoff <mankoff@google.com> | Fri Aug 09 13:54:23 2019 -0400 |
tree | 961e1237af2b513985287cabab7037772b503177 | |
parent | 285bf9df3216493fa4a6ed5f7f7a2e66c7b96f52 [diff] |
Initialize Dependency with the Application when Dagger starts. Dependency is no longer a subclass of SystemUI. It gets initialized directly as part of the application, just like the rest of Dagger. It was an awkward implementation of SystemUI anyways. Bug: 137324767 Change-Id: Icf49e9262e8c0710210a8bc0231c4d16396ffdf3 Test: atest SystemUITests