Unify annotations packages, fix missing nullability info

Automated cleanups:

  use androidx.annotation.* consistently across the codebase.

  corrects missing nullability annotations method parameters,
  constructors and and overridden methods return values.

Test: atest IntentResolverUnitTests
Bug: 300157408
Change-Id: Id48b7ce3e70400bd8ff5d51dabc77e8e04bbfc5c
50 files changed
tree: 89b7260c5e1c3344b46822b53f152578910e5827
  1. aconfig/
  2. java/
  3. .clang-format
  4. Android.bp
  5. AndroidManifest-app.xml
  6. AndroidManifest-lib.xml
  7. OWNERS
  8. PREUPLOAD.cfg
  9. proguard.flags
  10. README.md
  11. TEST_MAPPING
README.md

IntentResolver

About

IntentResolver provides the implementation for Intent ACTION_CHOOSER

See also: ShareCompat.IntentBuilder