OSDN Git Service

Archive a copy of each dismissed notification.
authorDaniel Sandler <dsandler@android.com>
Tue, 21 May 2013 00:56:43 +0000 (20:56 -0400)
committerDaniel Sandler <dsandler@android.com>
Tue, 21 May 2013 04:58:32 +0000 (00:58 -0400)
commit26b81d594ceb3026f64e8fa6980044fcb867d05c
treec96acc848a6f5019eb9cc186d098660fd9907df1
parentc037282c1ca0d7589168c73f1cf8b19ecc3ffca4
Archive a copy of each dismissed notification.

We don't want to save all the heavyweight stuff, but we
can't lighten the notification in place because there may be
other active references.

Bug: 8839246
Change-Id: Id6dcc1cf5ae196ee3e42908d6b3ec4e928e9f0c5
services/java/com/android/server/NotificationManagerService.java