Update ImageLoader interface to receive preview sizes along with the URI

The UI calculates and provides view sizes but they are not used by the
existing ImageLoader implementations thus no functional change is
expected.

Bug: 348665058
Test: atest IntentResolver-tests-unit
Test: atest IntentResolver-tests-activity
Test: inject debug logging and verify preview values being requested for
app preview types
Flag: EXEMPT refactor

Change-Id: I0e282f773c424b6fe81587a71e1b8630452ac63c
14 files changed
tree: aea79b4a9f640e60f4422bb996ca7ec125310a46
  1. aconfig/
  2. java/
  3. tests/
  4. Android.bp
  5. AndroidManifest-app.xml
  6. AndroidManifest-lib.xml
  7. lint-baseline.xml
  8. OWNERS
  9. PREUPLOAD.cfg
  10. proguard.flags
  11. README.md
  12. TEST_MAPPING
README.md

IntentResolver

About

IntentResolver provides the implementation for Intent ACTION_CHOOSER

See also: ShareCompat.IntentBuilder