commit | 29bd514e948c60b1dae2ae0fabc0d15adb2b0950 | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Mon Jan 29 14:10:07 2024 -0500 |
committer | Mark Renouf <mrenouf@google.com> | Sat Feb 03 10:43:48 2024 -0500 |
tree | 6df50dbe87f34139d6ba818987ca777ac012b356 | |
parent | 0ccdb68644e8e531c67cfc73a56dd9c95352829f [diff] |
Adds ResolverRequest, moves handing to tested code This formalizes the inputs to ResolverActivity, replacing the equivalent inline code. Fields that were temporarily routed through 'ActivityLogic' are now removed. Bug: 300157408 Test: atest IntentResolver-tests-activity Test: atest IntentResolver-tests-unit:ResolveRequestTest Change-Id: I79d9fa21b91d0ce9b008af12ba3bffbd60e91a38
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder