Loading src/com/android/deskclock/AlarmInitReceiver.java +2 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,8 @@ public class AlarmInitReceiver extends BroadcastReceiver { } // Update shortcuts so they exist for the user. if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { if (Intent.ACTION_BOOT_COMPLETED.equals(action) || Intent.ACTION_LOCALE_CHANGED.equals(action)) { Controller.getController().updateShortcuts(); } Loading Loading
src/com/android/deskclock/AlarmInitReceiver.java +2 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,8 @@ public class AlarmInitReceiver extends BroadcastReceiver { } // Update shortcuts so they exist for the user. if (Intent.ACTION_BOOT_COMPLETED.equals(action)) { if (Intent.ACTION_BOOT_COMPLETED.equals(action) || Intent.ACTION_LOCALE_CHANGED.equals(action)) { Controller.getController().updateShortcuts(); } Loading