Jonathan Koren
Jonathan Koren
Run the `dependencyGuard` task during CI, which will fail if there are detected changes. Also update the Renovate config to run the `dependencyGuardBaseline` task, otherwise the auto-generated PRs would fail....
Change-Id: I7b08b1e85382bd35025118211f3997cb9a057de8
Change-Id: I7478c23048663a599cecdc36a5263da06c19d82b
Change-Id: I96f576b86caa3c8835ba4f81fa13a310514c161b
Creates and uses a test rule to override the WindowMetrics reported by WindowMetricsCalculator with an arbitrary size.
Fixes part of #1461
### Description `onDevice().setScreenOrientation()` is failing in an instrumented test, even after calling it once successfully earlier in the test. This can happen inside of `ScreenOrientationRule` as well. ### Steps to...