commit | 8223b58556303d89842d63577f3b9f5847a5c655 | [log] [tgz] |
---|---|---|
author | Andrey Epin <ayepin@google.com> | Wed Oct 11 13:41:41 2023 -0700 |
committer | Andrey Epin <ayepin@google.com> | Thu Oct 19 09:33:25 2023 -0700 |
tree | 4bc8638690eb91044c1fe26ba2f691c8eeaf86b2 | |
parent | 8a3d1eaadf52b713916517797e561e27421f67cf [diff] |
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
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder