Add tests and fix issues

This commit is contained in:
Joe Farebrother
2022-10-31 16:08:28 +00:00
parent 10a3b3bd14
commit dd4e1d0ac3
6 changed files with 49 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ this sensitive data may be leaked to other applications via the keyboard cache.<
<p>For input fields expected to accept sensitive information, an input type such as <code>"textNoSuggestions"</code> (or <code>"textPassword"</code> for a password)
should be used to ensure that the input does not get stored in the keyboard cache.</p>
<p>The input type can also be set in code through <code>TextView.setInputType()</code> rather than declared through XML.</p>
</recommendation>
<example>