I have a program I used on my Hero (Android 1.5) that worked great.. All it did, was the following:
Settings.System.putString(getContentResolver(), Settings.System.DATE_FORMAT, "dd.MM.yyyy"); This does not work on my Nexus One, why? If I call Settings.System.getString(getContentResolver(), Settings.System.DATE_FORMAT); it tells me that the format is "dd.MM.yyyy" but none of the programs displays the date format like that... What am I missing? Is this not possible with Android 2.1? Or is there a different way? Regards, BTJ -- 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

