Do not use pool of SimpleIconFactory objects in Chooser/ResolverActivity

Disables pooling of SimpleIconFactory objects as it caches
density which could be changed in runtime in tests.

Test: presubmit
Bug: 245354130
Change-Id: I70f7583e0d193c02749e1817f232df4b255fb616
diff --git a/libraries/screenshot/Android.bp b/libraries/screenshot/Android.bp
index 4cdce82..12351dd 100644
--- a/libraries/screenshot/Android.bp
+++ b/libraries/screenshot/Android.bp
@@ -47,6 +47,7 @@
     name: "platform-screenshot-diff-core",
     manifest: "AndroidManifest.xml",
     platform_apis: true,
+    lint: { test: true },
     optimize: {
         enabled: false
     },