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 alas, it's still October 7, 2010 On Oct 7, 4:23 pm, Zsolt Vasvari <[email protected]> wrote: > 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 <[email protected]> wrote: > > > > > Hi, yes, you actually are - ACTION_TIME_CHANGED and ACTION_DATE_CHANGED. > > > Best regards, > > Filip Havlicek > > > 2010/10/7 Zsolt Vasvari <[email protected]> > > > > I am using android.intent.action.LOCALE_CHANGED to detect language > > > changes and update my widgets. Is there something analogous for date > > > and time format changes? I don't see anything, but I could be just > > > blind.... > > > > -- > > > 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]<android-developers%2bunsubs[email protected]> > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en-Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - -- 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

