commit | eee44c1f6fc6164be300868b5d97a4b93e517ca7 | [log] [tgz] |
---|---|---|
author | Andrey Epin <ayepin@google.com> | Wed Jan 03 12:21:22 2024 -0800 |
committer | Andrey Epin <ayepin@google.com> | Wed Jan 03 12:26:26 2024 -0800 |
tree | 5aea80c362b8ac37979dfb1d9260257058c1f1b6 | |
parent | 585ac409e4d78bbede72102f4509b77e924e463d [diff] |
ShortcutLoader to report empty result if the intent filter is null In cases when the target intent filter is null, instead of not reporting anything, report an empty result (as it is not expected to get any other result). Bug: 317978381 Test: atest IntentResolver-tests-unit Change-Id: I9c9a215a7083b2118f441a1060449d6a2053bb6a
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder