Disable window animations during instrumented tests

"Use this one weird trick cut test times in half!"

Before:

real	5m34.595s
user	6m40.481s
sys	1m58.035s

After:

real	2m22.298s
user	1m20.089s
sys	0m58.576s

Test: atest --test-mapping packages/modules/IntentResolver
Flag: NONE
Bug: 300157408
Change-Id: Ia70c0468324635dd7f230f17213ee4557111c77b
1 file changed
tree: 5c117565731df451bab787fb7c82ec27adcc4129
  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