Shareousel selection tracker component

A building block for the payload toggling functionality. A component to
track items selection and their relative order. The order is specified
by the set of the initially selected items and can be overriden by the
order on items in the cursor (in case the cursor and the set of initilly
selected items is not in sync, which is not expected).

Bug: 302691505
Test: IntentResolver-tests-unit
Change-Id: I092d9b678c7fbcdc8303e04de0cacbb9d125fa5f
3 files changed
tree: 00944b16e68d0e868aea356c392443b72f75b785
  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