Enables optimizations on IntentResolver app target

Enable optimization, bytecode and resource shrinking.

This reduces installed file size by nearly 1MB (30%).

Bug: 299156789
Test: Full build and manual test
Test: atest IntentResolverUnittests
Test: atest CtsSharesheetTestCases
Change-Id: I55c39c8643831e198dc818e466f68c12de74ec36
1 file changed
tree: 0181940738ee44e848a0686c56f5e6a1c2087d5b
  1. aconfig/
  2. java/
  3. .clang-format
  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