Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Adding multiprocess later note is removed from SharedPreferences doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hegazy committed Feb 23, 2018
1 parent 6787f8a commit 755a7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,9 +4,9 @@

If you have read the documentation of the [`SharedPreferences`](http://developer.android.com/reference/android/content/SharedPreferences.html) you might have seen one of these warnings:

>Note: currently this class does not support use across multiple processes. This will be added later.
>Note: This class does not support use across multiple processes.
**Sometimes _later_ becomes _never_!** Google even deprecated the multiprocess support because it never worked relieable
Google even deprecated the multiprocess support because it never worked relieable

[![](https://cloud.githubusercontent.com/assets/1096485/9793296/110575d2-57e5-11e5-9728-34d3597771b8.png)](http://developer.android.com/reference/android/content/Context.html#MODE_MULTI_PROCESS)

Expand Down

0 comments on commit 755a7eb

Please sign in to comment.