通知:正常和展开状态的不同大图标

Notification: different large icon for normal and expanded state

我在 NTV app 的通知中看到以下内容:

通知有一张图片作为大图标(照片),但是当通知展开时,图标变为他们的应用程序徽标。

图像随着通知的展开和缩回而在两者之间变化。

我说的是在两张图片中看到的带有文字 'Innenminister: ...' 的通知。

我很确定他们使用标准 Notification.BigPictureStyle

关于如何实现的任何想法?

Notification.BigPictureStyle has bigLargeIcon(),描述为:"Override the large icon when the big notification is shown." 根据您的描述,我假设他们正在使用这个。