Android Question App data security: How secure is the data used in an app from beeing spyed by Google?

KMatle

Expert
Licensed User
Longtime User
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?
 

frasc

Member
Licensed User
It seems to me that being that Google controls the entire operating system anyway, just avoiding the Google Keyboard wouldn't really do much to prevent them from snooping on your private data if they are so inclined. But doing so would basically mean that every developer involved in the android operating system was knowingly adding secret malware. It seems more likely that Google is behind faking the moon landings.

Incidentally, you didn't specify if the keyboard you are using is one of your own creation or something sourced elsewhere, but either way I would be more concerned that the alternative keyboard you are using would be MORE susceptible to attack from NON-Google third parties than the Google keyboard itself.
 
Last edited:
Upvote 0
Top