Address test flakyness

The tests sill remains undeterministic (we'd need some structural
changes in the app before we'd be able to change that) so the change
just increases timeouts.
launchActivityWithTimeout method is removed, the test timeout is used
instead as an equal but more simple solution.

Bug: 304822572
Test: atest IntentResolverUnitTests
Change-Id: Ibd91f1c02f17fe49040182dd589bc9abb3d5308f
2 files changed
tree: 4bc8638690eb91044c1fe26ba2f691c8eeaf86b2
  1. aconfig/
  2. java/
  3. .clang-format
  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