Loading
Keep explicit Objects.requireNonNull checks
While we still optimize other auto-generated null checks, keep explicit Objects.requireNonNull checks. These often have clear semantic and contextual side effects that are useful to retain even during optimization, particular when surfaced across API boundaries. Bug: 411591173 Test: atest ShortcutManagerClientApiTest Flag: RELEASE_R8_GLOBAL_CHECK_NOT_NULL_FLAGS Change-Id: I75935ff49b23b021d428dd5c8a7cb35ab5c4c9f5