This method is going to be called regardless of whether there is a separate intent, it is part of the basic platform, so there really wouldn't be any performance improvement to also doing a broadcast. Just implement it to look for when the locale is different than the last time you handled the locale.
On Tue, Apr 21, 2009 at 6:41 PM, va <vandra.w...@gmail.com> wrote: > > Thanks Diane for your response. That is what I have right now, but the > onConfigurationChanged() gets called way too often for a Service that > is just interested in locale changes. Locale changes are very rare, > where as orientation changes, keyboard state is way too often (and > typically of no interest to a service). A separate intent would make > things efficient. > > > > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to android-framework@googlegroups.com To unsubscribe from this group, send email to android-framework+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---