Skip to content

Instantly share code, notes, and snippets.

@akaita
Created October 12, 2019 23:12
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/d7016c3c743f93e967ec87011c850627 to your computer and use it in GitHub Desktop.
Save akaita/d7016c3c743f93e967ec87011c850627 to your computer and use it in GitHub Desktop.
encryptedsharedpreferences-3.kt
// Step 3: Save data to the EncryptedSharedPreferences as usual
sharedPreferences.edit()
.putString("DATA", saveText.text.toString())
.apply()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment