commit | ad25f42cd12d940a18e90e5e21562958b0ad711b | [log] [tgz] |
---|---|---|
author | Haoran Zhang <haoranzhang@google.com> | Wed Oct 02 20:47:25 2024 +0000 |
committer | Haoran Zhang <haoranzhang@google.com> | Wed Oct 02 20:47:25 2024 +0000 |
tree | deba7a52aa362ed17f0de0073aa4249763ebef29 | |
parent | 276222e0b85ecef024fda4e32241503ef6796471 [diff] |
Post onProvideAutofillStructure in Augment Autofill flow to UI thread This is to fix the issue that onProvideAutofillStructure is called on the binder thread causing CtsInputMethodTestCases FocusHandlingTest#testOnCheckIsTextEditorRunOnUIThreadWithInputMethodManagerIsActive to fail. Bug: b/362908997 Change-Id: Ic68dca1e0baef2e5b00c248c4417b8891749cdcf Test: atest CtsAutoFillServiceTestCases:android.autofillservice.cts.augmented Flag: EXEMPT bugfix