ychavan007 / kitchentimer

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

Alarm sounds should be played even when muted #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The alarm sound and vibration should still be played when the phone is muted.  
(I nearly burnt my lunch because of this.)  I'd recommend looking at the stock 
Android DeskClock app for how to handle this; play the sound and vibration when 
muted, with an option to disable the sound ("Alarm in silent mode").  That app 
also shows how to handle alarms gracefully during a call.

(Using a simple notification isn't a great way to play an alarm; it doesn't 
give control over this.)

Original issue reported on code.google.com by gl...@zewt.org on 16 Sep 2011 at 5:22