Skip to content

Commit

Permalink
Added Q19 answer
Browse files Browse the repository at this point in the history
  • Loading branch information
adminazhar authored Feb 6, 2021
1 parent e374244 commit 9c95c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/android-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@

#### Q19. How would you retrieve the value of a user's email from SharedPreferences while ensuring that the returned value is not null?
- [ ] getPreferances(this).getString(Email,"")
- [ ] getDefaultSharedPrefarances(this).getString(EMAIL,null)
- [x] getDefaultSharedPrefarances(this).getString(EMAIL,null)
- [ ] getDefaultSharedPreferances(this).getString(EMAIL,"")
- [ ] getPreferances(this).getString(EMAIL,null)

Expand Down

0 comments on commit 9c95c51

Please sign in to comment.