Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03aba76b authored by Isaac Katzenelson's avatar Isaac Katzenelson Committed by Android (Google) Code Review
Browse files

Merge "Start Alarm Explicitly with a Class" into ics-ub-clock-amazon

parents c33fdd63 db0f8bed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -150,6 +150,7 @@ public class AlarmReceiver extends BroadcastReceiver {

        // Play the alarm alert and vibrate the device.
        Intent playAlarm = new Intent(Alarms.ALARM_ALERT_ACTION);
        playAlarm.setClass(context,AlarmKlaxon.class);
        playAlarm.putExtra(Alarms.ALARM_INTENT_EXTRA, alarm);
        context.startService(playAlarm);