commit | 7ba95b9cfbcef84efbcc0ccc3ac596ab08d320e3 | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Wed May 29 21:46:09 2024 -0400 |
committer | Mark Renouf <mrenouf@google.com> | Thu May 30 13:18:45 2024 -0400 |
tree | 5b17cbb416233f6934cbf7394d733a9ab9f9aa3b | |
parent | 5c9c3a7462dc45907ee30516f43aff68ada3d06d [diff] |
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
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder