commit | c50f7196ef9ae1abac546f49d45128e42678fec3 | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Tue Jan 09 11:48:39 2024 -0500 |
committer | Mark Renouf <mrenouf@google.com> | Tue Jan 09 13:39:22 2024 -0500 |
tree | aad44dc0a7c6e5aaf9dfff827bcf1efab950ff17 | |
parent | 3453b29f41a51981f37cf424b13b4597849f8543 [diff] |
Break system service deps into separate modules This is required to selectively replace dependencies within tests using @UninstallModules with @TestInstallIn or @BindValue. Within this change, tests which override package manager behavior are updated to use this mechanism, and PackageManager is removed from ChooserActivityOverrideData. Bug: 300157408 Test: atest IntentResolver-tests-activity:com.android.intentresolver.v2 Change-Id: I439b291b5768871f5a1c10f608bea1a9e7c2635b
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder