copybara-androidxtest
copybara-androidxtest
Initialize InstrumentationRegistry before creating RunListeners from RunnerArgs
Update build to use SDK 29 ActivityScenario is now using Intent.getIdentifier, which is only available in SDK 29. Update the SDK version used when building the package.
Fix Android SDK download in AXT Dockerfile The shell pipe character was missing.
Attempt to reduce the log noise in AXT Google Cloud Build The log size of the AXT Google Cloud Build is massive (50MB+). Most of the output is the result...
Handle Activities launched via implicit intents. Fixes #496
Attempt to fix Google Cloud Build by downgrading bazel
Remove spurious wait in waitForAtLeastOneActivityToBeResumed.
Skip starting and finish animations for the empty activity used in ActivityScenario. This should speed up performance in cases where system animations are not disabled. Fixes #411
Skip launching an empty activity on ActivityScenario#finish for API >= 27 ActivityScenario would previously launch an empty activity twice during finish, as a workaround to ensure the Android framework invoked...