Hi, The way I've been handling system date or time format changes thus far has been to query the appropriate format object in my activity's onStart or onResume methods.
I've recently implemented an app widget that needs to display date and time information for items in a list. I update this list based on events that occur in a background service. This is so that I don't have to keep polling for updates and potentially draining the battery. My question is how can a widget determine if a change was made to the date or time format? The widget life cycle broadcasts aren't sufficient, and I'd like to avoid having to increase the widget update frequency just to check the date/time format, which in most cases wouldn't change. How should this be handled? Thanks, Justin -- 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

