karteek thati
karteek thati

Reputation: 96

Preference DataStore in Android Java

I just implemented preference data store in kotlin, and now I am trying to implement datastore preference in java with encryption and decryption store and retrieve of data. Looking for any reference.

Upvotes: 1

Views: 333

Answers (1)

hientp
hientp

Reputation: 834

You can use security-crypto of Android JetPack

Upvotes: 2

Related Questions