diff options
author | 2024-07-02 09:35:27 -0700 | |
---|---|---|
committer | 2024-07-25 15:49:52 +0000 | |
commit | 826936d3e69a4fccb56a5b1f7038d266f7ffb7bf (patch) | |
tree | faede2c13e3608f8dcb917a68337f45c1319477b /aconfig | |
parent | e48daa217dc397cce855a5357ee11a87b0c7bce4 (diff) |
Unified preview image loader.
Replace ImagePreviewImageLoader and CachingPreviewImageLoader with the
new class, PreviewImageLoader.
Fix: 348665058
Fix: 343819590
Test: atest IntentResolver-tests-unit
Test: atest IntentResolver-tests-activity
Test: inject debugging logs for image requests, loadings, and
cancellations and verify common scenarios.
Flag: com.android.intentresolver.preview_image_loader
Change-Id: Ib54ea0d538cd2cbaef6041f09eeb2b9eb6ada4cf
Diffstat (limited to 'aconfig')
-rw-r--r-- | aconfig/FeatureFlags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aconfig/FeatureFlags.aconfig b/aconfig/FeatureFlags.aconfig index 87ae2f1d..2c3f66fb 100644 --- a/aconfig/FeatureFlags.aconfig +++ b/aconfig/FeatureFlags.aconfig @@ -72,3 +72,10 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "preview_image_loader" + namespace: "intentresolver" + description: "Use the unified preview image loader for all preview variations; support variable preview sizes." + bug: "348665058" +} |