UserInteractor and Profile

A domain component which applies business logic to User data.

This component maps Users to Profiles, the set of which is
defined by Profile.Type

Bug: 309960444
Test: atest IntentResolver-tests-unit:UserInteractorTest \
      FakeUserRepositoryTest
Change-Id: I9832836ae019ba1b0ae45366f9fc0e26bc9b23ce
12 files changed
tree: fee5089bc3b3bf2b33e5caa9851303e7b0c52b07
  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