Skip to content
Snippets Groups Projects
  1. May 17, 2024
    • Paul Duffin's avatar
      Use full APIs for api_lint.new_since of *api-stubs-docs-non-updatable · 98bc011a
      Paul Duffin authored
      Previously, the `*api-stubs-docs-non-updatable` modules used either the
      full previously released public API or a delta for those API surfaces
      that extend another API surface. Just passing a delta meant that lint
      would not be able to properly ignore issues that already existed in
      previously released APIs.
      
      This change switches them to use the `*.api.combined.*.latest` modules
      which contains the full API for each surface, including the API
      provided by any API surface it extends. That ensures that lint will
      not report issues with previously released APIs.
      
      Bug: 341078916
      Test: m checkapi
            # Check that multiple --api-lint-previous-api options are passed
            # to metalava for system-api-stubs-docs-non-updatable
      Change-Id: I8a6d1263086466fda111266fe8bfdfedf0f8c152
      98bc011a
    • Treehugger Robot's avatar
    • lijilou's avatar
      AppWidgetServiceImpl:fix NPE in pruneWidgetStateLocked mthod . · bfcca8bc
      lijilou authored
        When the hostsPackageForUser method return true,No nonNull judgment is made on the provider var which may be a null var.
      
      Bug: 339747311
      
      Merged-In: I00f8c12b5dec00eac6e50e2ef755742db3fe4521
      Change-Id: I00f8c12b5dec00eac6e50e2ef755742db3fe4521
      bfcca8bc
  2. May 16, 2024
  3. May 15, 2024
  4. May 14, 2024
Loading