Skip to content

Instantly share code, notes, and snippets.

@akaita
Last active October 13, 2019 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akaita/1c687ce7d9f00d268e6b959f6a55bb71 to your computer and use it in GitHub Desktop.
Save akaita/1c687ce7d9f00d268e6b959f6a55bb71 to your computer and use it in GitHub Desktop.
encryptedsharedpreferences-4.kt
// Step 3: Read data from EncryptedSharedPreferences as usual
val value = sharedPreferences.getString("DATA", "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment