Begin extracting `emptystate` module.

This CL just contains the initial code-moves to group relevant classes
(including some inner classes/interfaces that are being pulled out of
`MultiProfilePagerAdapter`), without any other anticipated fixes or
reorganization. This corresponds to snapshots 1-3 of the prototype
ag/24516421 (to be followed with the other work that was started in
that CL).

Bug: 302311217
Test: IntentResolverUnitTests, CtsSharesheetDeviceTest
Change-Id: If82a761193f6ff0605c5a46c106f7c95699350c0
20 files changed
tree: 81bb2f4bec0eac5cc4267f0844755b123e2e3fef
  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