commit | c5d2a0a21d5fb04440c7c759a193cbc6fad854cd | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Sat Dec 16 13:36:17 2023 -0500 |
committer | Mark Renouf <mrenouf@google.com> | Mon Dec 18 14:51:12 2023 -0500 |
tree | 3a1211bbc3302629a15d6339c922ad935a71b3b7 | |
parent | cfd972848d9a4bd873c3740d28673db8edb2fb88 [diff] |
Inject app prediction service availability directly Instead of depending on and mocking PackageManager, this change creates a module to provide the availability signal. This greatly simplifies test setup when used with Hilt. This also sets the @Parameter label to a human readable value shoing the parameter value for a given test (in the test name). Test: atest IntentResolver-tests-activity Bug: 300157408 Change-Id: Ief02bf0e51e879916296d5872d1946db43f78ad0
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder