I have created a notification with normal and expanded view having player controls identical to google play. However, i dont see the notification with play controls on the android wear.
I have tried to build notification with actionButtons rather than remoteViews. Now i am able to see every action as a separate card on wear. But i want the look like the google play on wear. I saw similar screen for VLC player too.
Please help.
Android Wear automatically builds media notifications with play controls when you register a RemoteControlClient or its Android 5.0 replacement, MediaSession, using the transport flags you provide to determine which buttons to show and how responses get sent to your app.