JDNdeveloper / Off-By-One

CMPS 115 Project: Jayden Navarro, John Gemignani, Alex Gonzalez, Kevin Cheng, Josh Innis
0 stars 0 forks source link

In set android alarm, make sure seconds are set to 00 #226

Closed JDNdeveloper closed 9 years ago

JDNdeveloper commented 9 years ago

Do this right before you call the built in set alarm, and make sure you're modifying the actual calendar

JDNdeveloper commented 9 years ago

Also, make changes in Alarm Procedure tests and make sure tests still work

JDNdeveloper commented 9 years ago

Implemented and tested.