'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
5 files changed
tree: 6c4a4089b6371e95929b6f5eff28cb7adebd809b
  1. aconfig/
  2. java/
  3. .clang-format
  4. Android.bp
  5. AndroidManifest-app.xml
  6. AndroidManifest-lib.xml
  7. OWNERS
  8. PREUPLOAD.cfg
  9. proguard.flags
  10. README.md
  11. TEST_MAPPING
README.md

IntentResolver

About

IntentResolver provides the implementation for Intent ACTION_CHOOSER

See also: ShareCompat.IntentBuilder