commit | 6d0e03bb3eba2bfea7ac63755f390ca88a4b7faa | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Tue Jan 09 16:02:08 2024 -0500 |
committer | Mark Renouf <mrenouf@google.com> | Tue Jan 09 16:06:05 2024 -0500 |
tree | f5f6f030b08863c9599bf2971c71fbdcaf1b032e | |
parent | c50f7196ef9ae1abac546f49d45128e42678fec3 [diff] |
Move common intent forwarding code into shared module This change combines and deduplicates intent forwarding code from both Chooser and Resolver, as well the temporary scaffolding from ActivityLogic. Bug: 300157408 Test: atest IntentResolver-tests-activity:com.android.intentresolver.v2 Change-Id: If9dde430f24608e4a0c5bb9ec69a374386c044ed
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder