commit | ce8c4de8e723a3f10dbe3de73d05fc6afde27f85 | [log] [tgz] |
---|---|---|
author | Steve Elliott <steell@google.com> | Tue Oct 26 15:50:45 2021 -0400 |
committer | Steve Elliott <steell@google.com> | Fri Oct 29 15:40:14 2021 -0400 |
tree | 2211f38ecca81e46d9a8f9f958ed7ce00bcc4826 | |
parent | 6a9124a0a54adede492466adbc8a2da5146c4fd8 [diff] |
Enforce Coordinator encapsulation w/ Dagger This allows for marking Coordinators with @CoordinatorScope. Attempting to inject a Coordinator marked with this scope elsewhere in SysUI will result in a build error. This does *not* prevent marking Coordinators with @SysUISingleton, which would allow for injection elsewhere. Bug: 204468557 Test: mp droid Change-Id: Ie79d632eb150790e6a9580b2c955af861bb2d182