In one of my apps I use an own (small) keyboard to enter pincodes (to handle it easier). Generally I handle all fragile data just in memory (like passwords).
Doing this I came to the question how safe user inputs are. As I know Google is very curious about data. Using the Google keyboard may be a security leak if they track the user inputs (at least for their ads). And what about views? Are these really "safe" from being spyed by Google?
Doing this I came to the question how safe user inputs are. As I know Google is very curious about data. Using the Google keyboard may be a security leak if they track the user inputs (at least for their ads). And what about views? Are these really "safe" from being spyed by Google?