Encryption in Android apps
Local SQLite DB and preferences are used to store the tracked data temporarily before it is synced with the server. By default, these are stored without any encryption.
You can optionally encrypt the data stored locally by using the Apptics encryption dependency.
Copied
Enable the Apptics encyption before calling Apptics.init().
Copied