commit | 037da29462e8febb26dd88b77fc55063086708c8 | [log] [tgz] |
---|---|---|
author | Joshua Trask <joshtrask@google.com> | Thu Oct 12 15:42:40 2023 +0000 |
committer | Joshua Trask <joshtrask@google.com> | Thu Oct 12 16:22:56 2023 +0000 |
tree | 6c4a4089b6371e95929b6f5eff28cb7adebd809b | |
parent | 3b306cbbce743466212778fdda51cd1600b0711d [diff] |
'v2' forks of some empty state providers The `NoAppsAvailable` and `WorkProfilePaused` providers are expected to need upcoming changes as prototyped in ag/24968615. That CL doesn't include any proposed changes to the `NoCrossProfile` provider, but we can reasonably expect to need such changes for our upcoming profile support work. Changes in this CL, by snapshot: 1. Copy the files over to 'v2', no changes whatsoever. 2. Change the package of the copied files to 'v2', and update references to them from 'v2' Chooser/Resolver. Bug: 302311217 Test: IntentResolverUnitTests Change-Id: I15be5a4f076320783a841d260eb08cacbd02df86
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder