Create a Resolver-specific WorkProfileEmptyStateProvider

This is a temporary measure to split upcoming CLs between
actively shipping code and future work (ResolverActivity).

The changes within ResolverActivity to integrate profile
support are independent *except* for this one class which
is used by both Activities.

After ResolverActivity is updated, this copy can be removed.

Bug: 311348033
Test: atest IntentResolver-tests-activity
Test: atest IntentResolver-tests-unit
Change-Id: I39b3c2fd0c0bd5451d6ded97bd5cbf4dc8404826
2 files changed
tree: 8ff1de14439fe9566cd7a459969bc1967ad3d783
  1. aconfig/
  2. java/
  3. tests/
  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