Specify tabs to display by a list of `TabConfig`s

This was the last "snapshot" (#37) from my prototype CL ag/25335069.
We should now be able to support arbitrary sets of tabs as specified
by the activity (or other client, if/when we move the instantiation).

Test: IntentResolver-tests-{unit,activity}; ResolverActivityTest
Bug: 310211468
Change-Id: I1526cbce97bff6305c4e79c53a96181e185ab27f
4 files changed
tree: 8b770648719e54cbfd2875efbafa797a427d0318
  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