OSDN Git Service

Icon-related Notifications API changes:
authorDan Sandler <dsandler@android.com>
Thu, 14 May 2015 03:41:13 +0000 (23:41 -0400)
committerDaniel Sandler <dsandler@android.com>
Fri, 17 Jul 2015 00:59:20 +0000 (00:59 +0000)
commit86647987c3c6bf4e6a8bacd763ff16f1806c70a3
treea3fe3edfc072c88f336e1549f8d69ee24f557602
parent5536bb48b2829f04f9a8258bfe698e5e4a26f234
Icon-related Notifications API changes:

  - Deprecate Notification.icon and largeIcon.
    setSmallIcon(Icon) and setLargeIcon(Icon) should be used
    instead.
  - Add Icon support to Notification actions; deprecate
    Action.icon and methods/ctors that use int.

Bug: 21310773
Bug: 21271587
Change-Id: Iddac8121e7690e9d7a0360edb488ab77e3e8fb3a
api/current.txt
api/system-current.txt
core/java/android/app/Notification.java