Settings.System.getString(resolver, Settings.System.DATE_FORMAT)
returns null if the user never made a selection.

If the user does choose a date format and then switches back to
default format, getString() will return "".

That was not the case before (and is breaking apps that relied on a
valid string). What should an app assume if the return value is null
or ""? Just "MM-dd-yyyy"?

-Mike

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to