Currently, Lockwise for Android only supports the Autofill Framework as provided by Google. Support for this framework is not universal among apps in the Play store, so autofill will not always behave as expected. Enumerated below are the simple strategies we use and their priorities in determining which views should receive autofill suggestions with Username and Password credentials.
- Using the
autofillHints
attribute onEditText
views - Using the
text
andhint
attributes onEditText
views - Assuming that a
TextView
with the relevantautofillHints
,text
, orhint
attributes immediately followed by anEditText
view, should autofill theEditText