commit | 5591d163172fac7e7f5786ea28adde437a841e26 | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Wed Aug 30 14:59:06 2023 -0400 |
committer | Mark Renouf <mrenouf@google.com> | Mon Sep 11 12:57:40 2023 -0400 |
tree | e7aed5cf7699ae8e7675082a6f06e989530c9e88 | |
parent | cfc377b37c1e0164f830bbbe8933731a591e7ed7 [diff] |
Enable dependency injection using Hilt This includes modifications to initialization of ChooserActivity to avoid violating scoping and order of initialization. Bug: 299610743 Test: atest IntentResolverUnitTests Test: atest CtsSharesheetDeviceTest Change-Id: I6570bda272eff44b3a64eab9df38049beb9c9fcc
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder