Skip to content Skip to sidebar Skip to footer

Play A Small Video In Notification

Is there any way to play a small video in notification? I searched in web and appears there isn't any solution . I can show picture or even play music in notification but not vide

Solution 1:

Is there any way to play a small video in notification?

No. Neither SurfaceView nor TextureView are eligible widgets for a RemoteViews, let alone things layered on top of them (e.g., VideoView).

Post a Comment for "Play A Small Video In Notification"