commit | 7b3cb6c1cee654303e0644139c636e8c36755ded | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Mon Sep 18 17:04:02 2023 -0400 |
committer | Mark Renouf <mrenouf@google.com> | Mon Nov 13 15:51:03 2023 -0500 |
tree | 89b7260c5e1c3344b46822b53f152578910e5827 | |
parent | 75e928b3330c383363096d9113a804215863fba5 [diff] |
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
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder