Skip to content

Instantly share code, notes, and snippets.

@Dzendo
Created March 15, 2023 09:46
Show Gist options
  • Save Dzendo/f37e770345a19540335a991f87842135 to your computer and use it in GitHub Desktop.
Save Dzendo/f37e770345a19540335a991f87842135 to your computer and use it in GitHub Desktop.
Declaralion and find SharedPreference from device
// Declaralion and find SharedPreference from device
shPr = PreferenceManager.getDefaultSharedPreferences(this /* Activity context */)
// If you save values between sessions - then false (if there are none, then it will create)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment