OSDN Git Service

NoManService: More efficient notification update
authorChristoph Studer <chstuder@google.com>
Wed, 2 Apr 2014 22:02:39 +0000 (00:02 +0200)
committerChristoph Studer <chstuder@google.com>
Mon, 7 Apr 2014 18:49:05 +0000 (14:49 -0400)
commitd89188d68e678f1f7bcfdae9a9a9fa5b946bfc32
tree786b9bb02955f480377fc417c9037dae91575ece
parent6fd0ef7f7367ce6e2272e9c517793d502fe7f8da
NoManService: More efficient notification update

Instead of removing the old notification and inserting the
updated notification afterwards, replace the old notification
in-place.

Change-Id: I88962fd2452de191c1d63c142719194282568dcc
services/core/java/com/android/server/notification/NotificationManagerService.java