[android-developers] Re: Date/time format change broadcast

2010-10-07 Thread Zsolt Vasvari
Really? I would have thought those were for when the user sets the date and time, not the format. By format, I mean if they go from 10/01/2010 to 01/10/2010 or something. Will try those, thanks. On Oct 7, 2:46 pm, Filip Havlicek wrote: > Hi, yes, you actually are - ACTION_TIME_CHANGED and ACTI

[android-developers] Re: Date/time format change broadcast

2010-10-07 Thread Zsolt Vasvari
As I suspected ACTION_DATE_CHANGED is not sent when changing the date format Even the Android 2.2 doesn't handle this properly. Chaning the date format won't change the date displayed in the notification tray. I would have expected to show 7 October, 2010 if I change the format to D/M/Y, but ala

Re: [android-developers] Re: Date/time format change broadcast

2010-10-07 Thread Filip Havlicek
Oh, you are actually right, overlooked the format, my bad. I looked into the documentation and it seems there are almost no broadcast for a wide variety of settings user might change, which is weird, I would expect at least some "ACTION_SETTINGS_CHANGED" broadcast for all the changes, but didn't se