Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan-mor authored and Aryan-mor committed Jun 16, 2019
2 parents 75e221f + 8fda476 commit 4f256e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ items will be decrypted upon retrieving
context.getPref("key", Any:class.java)
//Or
getPrefBoolean("key", defultValue)
getPrefString("key", defultValue)
getPrefInt("key", defultValue)
getPrefFloat("key", defultValue)
getPrefLong("key", defultValue)
context.getPrefBoolean("key", defultValue)
context.getPrefString("key", defultValue)
context.getPrefInt("key", defultValue)
context.getPrefFloat("key", defultValue)
context.getPrefLong("key", defultValue)
```

Expand Down

0 comments on commit 4f256e1

Please sign in to comment.