commit | 475d1d0fd9f042dcdc085e2ba095e8164dfd1c15 | [log] [tgz] |
---|---|---|
author | Andrey Epin <ayepin@google.com> | Thu Oct 26 09:00:40 2023 -0700 |
committer | Andrey Epin <ayepin@google.com> | Thu Oct 26 09:09:46 2023 -0700 |
tree | 90d1e5783589e3f9d2bacd94dcdf6ec772c03ed1 | |
parent | 6e1337987eb2c062ba2cc7959333a3e6355afaee [diff] |
Use CoroutineScope as a depenency instead of Lifecycle In content preview classes, Lifecycele was used as coroutine provider. This change makes CoroutineScope as a depenedency for all those classes. Test: atest IntentResolverUnitTests Change-Id: I2d9f07a54d9bb5b56b20c19a821e4626c86da472
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder