summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/cyanogenmod/lockclock/ClockWidgetProvider.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/cyanogenmod/lockclock/ClockWidgetProvider.java b/src/com/cyanogenmod/lockclock/ClockWidgetProvider.java
index 0441e00..d13d519 100644
--- a/src/com/cyanogenmod/lockclock/ClockWidgetProvider.java
+++ b/src/com/cyanogenmod/lockclock/ClockWidgetProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 The CyanogenMod Project (DvTonder)
+ * Copyright (C) 2012-2015 The CyanogenMod Project (DvTonder)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -79,7 +79,7 @@ public class ClockWidgetProvider extends AppWidgetProvider {
|| Intent.ACTION_TIMEZONE_CHANGED.equals(action)
|| Intent.ACTION_DATE_CHANGED.equals(action)
|| Intent.ACTION_LOCALE_CHANGED.equals(action)
- || "android.intent.action.ALARM_CHANGED".equals(action)
+ || "android.app.action.NEXT_ALARM_CLOCK_CHANGED".equals(action)
|| ClockWidgetService.ACTION_REFRESH_CALENDAR.equals(action)) {
updateWidgets(context, true, false);