commit | b386cca4830e69919ffff5a8e506b84b0debd579 | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Tue Feb 06 11:08:23 2024 -0500 |
committer | Mark Renouf <mrenouf@google.com> | Tue Feb 06 17:05:46 2024 +0000 |
tree | dcbc58561ef68a7bbba792d6b25ca24a2b7fbd4b | |
parent | 8e1def731fdaab07953f8d11531dbc518860d94e [diff] |
Fix duplicated User values when availability changes When the availability has updated, the updated user was appended, but the prvious value was never removed, causing the list to continue growing. Test: atest IntentResolver-tests-unit Test: onHandleAvailabilityChange_userStateMaintained Bug: 324073704 Change-Id: I3c51ea9e1a2cf0de9c064b08e7c9f21c4c0f7af1
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder