Suppress ShareResult for launch of Editor component

An edit action is reported explicitly as a ShareResult
with type=EDIT.

This change suppresses dispatch of a ShareResult with type
'COMPONENT_SELECTED' type when launching the editor component.

Test: CTS-V
Bug: NONE
Flag: EXEMPT bugfix
Change-Id: Ie13464cba88191dc26d8e5d9758541fd6c75017c
2 files changed
tree: 5b17cbb416233f6934cbf7394d733a9ab9f9aa3b
  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