Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update android-quiz.md 19. In method "getDefaultSharedPrefarances(this).getString()" Second parameter is passed so that it can be returned, in case key doesn't exist. If we pass null as second parameter, then it will return null in case of null. Which we were trying to avoid 37. Intent filters are used to make activities accessible to other apps using intents. So we have to choose option which have no intent filter to make sure it is not accessible by intent * Update android-quiz.md
- Loading branch information