commit | 441be5d729aee09aee7b6f6d03f0761b7c1460bd | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Thu Nov 30 15:47:38 2023 -0500 |
committer | Mark Renouf <mrenouf@google.com> | Thu Nov 30 17:10:39 2023 -0500 |
tree | def5fb1e733614ca3b46f28fd692f6e62b947d02 | |
parent | f12d9d28814082c0843b4a624a893c084a13378f [diff] |
Narrow dependencies to actual used data Currently PreviewViewModel uses only the targetIntent. This change narrows the dependencies to that specific value to reduce coupling and aid cleanup efforts. Bug: 300157408 Test: atest com.android.intentresolver Change-Id: I63ceda3c460f039939a4193970ee4fe078a96467
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder