OSDN Git Service

Update lock screen alarm info when the locale changes.
authorEric Fischer <enf@google.com>
Thu, 10 Dec 2009 22:19:09 +0000 (14:19 -0800)
committerEric Fischer <enf@google.com>
Fri, 11 Dec 2009 20:19:34 +0000 (12:19 -0800)
http://b/issue?id=2230029

AndroidManifest.xml

index a4dd1b1..e524bed 100644 (file)
@@ -99,6 +99,7 @@
                 <action android:name="android.intent.action.BOOT_COMPLETED" />
                 <action android:name="android.intent.action.TIME_SET" />
                 <action android:name="android.intent.action.TIMEZONE_CHANGED" />
+                <action android:name="android.intent.action.LOCALE_CHANGED" />
             </intent-filter>
         </receiver>