prathanbomb / kraigsandroid

Automatically exported from code.google.com/p/kraigsandroid
0 stars 0 forks source link

Wrong alarm ringtone on firing 2 alarms at the same time #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Configure 2 alarms with two different ringtones such as after some count of 
"snoozes" they will alarm in the same time.
for ex:
alarm 1: starts 7:00 snooze 10 min rington A
alarm 2: starts 7:05 snooze 5 min rington B

2. Continuously snooze each time alarm is fired

Expected:
Each alarm must sound it's configured ringtone and popup immidiatly after 
previous one snoozed or dismissed.

Actual:
(example) at 7:10 runs alarm 1 with rington A
after you dismiss or snooze it comes alarm 2 but still with rington A and 
without popping up, such as you must find it in notification area.

Using version 1.6 on 2.1, 2.2, 2.3.3 androids.

Please provide any additional information below.

Original issue reported on code.google.com by yrti...@gmail.com on 30 Mar 2011 at 10:49

GoogleCodeExporter commented 8 years ago
This behavior is by-design.  Only allowing a single active alarm at once makes 
the implementation of the background alarm service significantly simpler.  
Since the application is intended to function as a wakeup alarm, it is not 
necessary to implement the complex behavior you describe simply to wake someone 
up.

Original comment by kraigs.a...@gmail.com on 4 Apr 2011 at 7:25