在通知中播放小视频
play a small video in notification
有什么方法可以在通知中播放小视频吗?我在网上搜索,似乎没有任何解决方案。我可以在通知中显示图片甚至播放音乐,但不能显示视频。有什么想法吗?
Is there any way to play a small video in notification?
没有。 SurfaceView
和 TextureView
都不是 RemoteViews
的合格小部件,更不用说在它们之上分层的东西了(例如,VideoView
)。
有什么方法可以在通知中播放小视频吗?我在网上搜索,似乎没有任何解决方案。我可以在通知中显示图片甚至播放音乐,但不能显示视频。有什么想法吗?
Is there any way to play a small video in notification?
没有。 SurfaceView
和 TextureView
都不是 RemoteViews
的合格小部件,更不用说在它们之上分层的东西了(例如,VideoView
)。