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
2 files changed
tree: 5aea80c362b8ac37979dfb1d9260257058c1f1b6
  1. aconfig/
  2. java/
  3. tests/
  4. Android.bp
  5. AndroidManifest-app.xml
  6. AndroidManifest-lib.xml
  7. OWNERS
  8. PREUPLOAD.cfg
  9. proguard.flags
  10. README.md
  11. TEST_MAPPING
README.md

IntentResolver

About

IntentResolver provides the implementation for Intent ACTION_CHOOSER

See also: ShareCompat.IntentBuilder