commit | 61b4a7e489b3a13f0a012c8d338ed63a3d3cf505 | [log] [tgz] |
---|---|---|
author | Joshua Trask <joshtrask@google.com> | Wed Sep 27 18:51:45 2023 +0000 |
committer | Joshua Trask <joshtrask@google.com> | Fri Sep 29 16:45:24 2023 +0000 |
tree | bde09e07328a24eb9d924398ac6ba34ee5d444a9 | |
parent | faac60a597aa8f23f03a86feab76ad0f86854219 [diff] |
Introduce EmptyStateUiHelper (& initial tests) Based on prototype work in ag/24516421, this CL introduces a new component to handle the empty-state UI implementation details that had previously been implemented in `MultiProfilePagerAdapter`, since those details significantly clutter the implementation of that adapter's other responsibilities. As in ag/24516421 patchset #4, this just sets up the boilerplate and kicks off with some "low-hanging-fruit" operations. Follow-up CLs will continue migrating these responsibilities as in ag/24516421 (except with more incremental testing). Bug: 302311217 Test: IntentResolverUnitTests, CtsSharesheetDeviceTest Change-Id: Ie9bb7f4e97836321521c3cf13c77cafc97b1a461
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder