OSDN Git Service

The snooze notification must be clicked to be cleared.
authorPatrick Scott <phanna@android.com>
Wed, 28 Oct 2009 16:36:06 +0000 (12:36 -0400)
committerPatrick Scott <phanna@android.com>
Wed, 28 Oct 2009 17:53:27 +0000 (13:53 -0400)
commita21b2db5541b0bf20582572e4f072137ff46c69f
treedfb799128f14519c280b60b3fe232785f9688d48
parent533f6ef53f05deeb5cb437e6618c878a47542d4d
The snooze notification must be clicked to be cleared.

Change all the notifications to ongoing. This means they cannot be cleared
unless clicked. If the alarm is killed after 10 minutes, the notification is
changed to a vanilla notification and can be cleared with the "Clear All"
button.

This change will be merged to the MR2 branch of AlarmClock.

Bug: 2220016
src/com/android/deskclock/AlarmAlert.java
src/com/android/deskclock/AlarmReceiver.java
src/com/android/deskclock/Alarms.java