Feature #3120
native secure EditText fields
Status: | New | Start date: | 03/25/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | 0.2 | |||
Component: |
Description
To further reduce and control the dispersion of sensitive data, we could implement a SecureEditText UI element in native code to replace the default java-based Android EditText
History
#1 Updated by hans almost 3 years ago
#2 Updated by hans almost 3 years ago
Seems EditText
is backed by char[]
not String