Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Created February 3, 2023 18: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 tdcolvin/eb64dcb919b76e609f804c985b71d1df to your computer and use it in GitHub Desktop.
Save tdcolvin/eb64dcb919b76e609f804c985b71d1df to your computer and use it in GitHub Desktop.
fun readFromSharedPrefs(): String? {
return sharedPreferences.getString("test", "")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment