Remove varargs from FakeUserRepository

UserInteractor provides a List<User> so this aligns better,
and varargs do not play well between Java and Kotlin.

Test: atest IntentResolverTests-unit
Bug: n/a
Change-Id: Ic7990f316523a62f4bf5cc9bd1d29434aa861e69
3 files changed
tree: 183cb4adac305e88e94742edd12d70ca7d1a86b8
  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