Commit before bug fixing of alarm recurrence and DaysOfWeek

This commit is contained in:
Phillip Hsu
2016-06-01 15:29:09 -07:00
parent e80596060b
commit affab12f75
5 changed files with 43 additions and 9 deletions
@@ -38,8 +38,7 @@ public class DummyContent {
b.hour(21).minutes(0);
}
boolean[] recurrences = new boolean[DaysOfWeek.NUM_DAYS];
recurrences[1] = true;
recurrences[3] = true;
recurrences[0] = true;
Alarm a = b.id(position).recurringDays(recurrences).build();
a.setEnabled(true);
return a;