Skip to content

Commit

Permalink
removed extras usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaabidunique authored Jan 27, 2017
1 parent a9578b3 commit c11c4fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ SharedPreferenceHelper.setBoolean(yourContext, yourKey, value);
``` java
SharedPreferenceHelper.remove(yourContext, yourKey);
```
``` java
SharedPreferenceHelper.getString(yourContext, yourKey, defaultValue);
```

**BY DEFAULT IT IS USING "PREF" AS THE PREFERENCE FILE NAME**

Expand Down

0 comments on commit c11c4fd

Please sign in to comment.