Skip to content
Commit 4f99c15c authored by Feng Cao's avatar Feng Cao
Browse files

Hide augmented inline suggestion if field value is changed to not empty

* For now filtering is not implemented for inline augmented autofill
  suggestions. So before this change,augmented autofill inline
  suggestions are displayed in the IME, and user starts typing, it's
  up to the IME to remove the suggestions.
* After this change, any text view value change event will be sent to
  framework autofill manager service, which will be used to hide the
  existing augmented inline suggestion.
* Caveat is that this may be less optimal for text heavy fields, such
  as the email compose field.

Test: atest CtsAutoFillServiceTestCases
Bug: 153765306

Change-Id: Id7387c3ef0aa0379cfe846ea0ca0b9033b67ce01
parent 2b40d3c4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment