OSDN Git Service

Fixes a bug where setting a null bigLargeIcon would not clear it
authorSelim Cinek <cinek@google.com>
Thu, 4 Aug 2016 19:55:48 +0000 (12:55 -0700)
committerSelim Cinek <cinek@google.com>
Thu, 4 Aug 2016 20:04:29 +0000 (13:04 -0700)
commite99acb29db6ae9654be17e94bcc28b7e837784ed
tree854cb88f4296bf0273389f8969917057fd8135c2
parentd393d5c1e51e61b7ac61d3415586b696ee5c5f2a
Fixes a bug where setting a null bigLargeIcon would not clear it

Because we were also looking for legacy icons and the legacy icon
was always restored for old listeners, the icon would not disappear.

Change-Id: Id911d405e5ae00bf45e34368effbf67c2425a40c
Fixes: 30663590
core/java/android/app/Notification.java