Move common intent forwarding code into shared module

This change combines and deduplicates intent forwarding code
from both Chooser and Resolver, as well the temporary scaffolding
from ActivityLogic.

Bug: 300157408
Test: atest IntentResolver-tests-activity:com.android.intentresolver.v2
Change-Id: If9dde430f24608e4a0c5bb9ec69a374386c044ed
5 files changed
tree: f5f6f030b08863c9599bf2971c71fbdcaf1b032e
  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