commit | bb0893ed53590a8c116a3ca7ee8b2fbd869fe5c6 | [log] [tgz] |
---|---|---|
author | mrenouf <mrenouf@google.com> | Fri Mar 01 11:43:26 2024 -0500 |
committer | Mark Renouf <mrenouf@google.com> | Wed Mar 06 17:06:21 2024 -0500 |
tree | a8420e6257eac529c36298e93ffb61ffa9d96c2e | |
parent | 720600abecfa30f8ebcddf98bd897572e0bed8b4 [diff] |
ChooserActivity Profile integration [1/2] * connects ChooserActivity with UserInteractor * replaces all existing references as the source of UserHandles * app continues to explicity use the same profile types as previous * updates Activity tests to use FakeUserRepository A following change will modify initialization to incorporate build the UI based on the list of profiles, instead of explicit references to individual profile types. Bug: 300157408 Bug: 311348033 Test: atest IntentResolver-tests-activity:com.android.intentresolver.v2 Change-Id: I6043e57fd7a8aff8c252e2b12171d457612d35dc
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder