Android SQLite implementation doesn't support encryption.
You can encrypt some of the fields manually and store the data as BLOBs. This solution is only useful when the fields are only used to store information as you will not be able to run queries against these fields.
Android SQLite implementation doesn't support encryption.
You can encrypt some of the fields manually and store the data as BLOBs. This solution is only useful when the fields are only used to store information as you will not be able to run queries against these fields.