Add an option to enable splash screen on launch tests

When apps are launched from an instrumentation test, splash screen won't show as it inherits some of the window properties from the instrumentation app. We can re-enable the splash screen by creating a new bundle and set the splash screen property.

Test: atest csuite-harness-tests
Bug: 191278526
Change-Id: I6d2728c0f1d3839ad0b42aa70c5b3575ddd4ea8b
2 files changed
tree: 5c5ab217daaecb795549c5b701febdf094137a47
  1. config/
  2. harness/
  3. instrumentation/
  4. integration_tests/
  5. pylib/
  6. test_targets/
  7. tools/
  8. Android.bp
  9. OWNERS
  10. PREUPLOAD.cfg
  11. pylintrc
  12. README.md
README.md

Android App Compatibility Test Suite (C-Suite)

C-Suite consists of the testing framework and test cases, designed to detect and report app compatibility issues.