commit | b34ae5d8650a1a4f074db68cb64c3b9648cb9275 | [log] [tgz] |
---|---|---|
author | Govinda Wasserman <gwasserman@google.com> | Wed Nov 22 09:21:08 2023 -0500 |
committer | Govinda Wasserman <gwasserman@google.com> | Wed Nov 22 09:24:53 2023 -0500 |
tree | 368b28971e081060582ff39ee234421acf417b02 | |
parent | 55da290431232e15b5a8c175561ea57796b572d5 [diff] |
Splits list controller into interfaces Each interface has a single concern, allowing for list controllers to be built by composition. New list controllers are not currently in use, but will be in a future change once resolver comparators and list adapters get updated. Test: atest com.android.intentresolver.v2.listcontroller BUG: 302113519 Change-Id: Ie1d24571c07d1408aa80f8a86311d0fee5e78255
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder