On Wednesday, December 11, 2013 8:30:53 PM UTC+2, Harri J. Smatt wrote: > > I am quite sure this relates to the fact changing the values on a Map > object, i.e on memory only, does not give too many options to store same > values on SDcard more for later use. > > So why it does not return an unmodifiable map ? It is very cheap, getAll is not meant to be used in a loop anyway - what am I missing ?
> — > H > > On 10 Dec 2013, at 21:57, Palmer Eldritch <[email protected] <javascript:>> > wrote: > > As per its > docs<http://developer.android.com/reference/android/content/SharedPreferences.html#getAll%28%29>: > > > Note that you must not modify the collection returned by this method, or >> alter any of its contents. The consistency of your stored data is not >> guaranteed if you do. >> > > Is there a reason it does not return an unmodifiable map ? > > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to > [email protected]<javascript:> > To unsubscribe from this group, send email to > [email protected] <javascript:> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

