Currently when I receive a Push notification I create a notification. This notification is shown on phone and Android wear. The notification has one action: Open on phone.
How can I create a second action to open an Activity on the wearable?
I tried using NotificationCompat.WearableExtender and adding an action. But how can I use the Wear Activity in the PendingIntent? Because the Wear Activity is in another module I don't have access to it in my Phone module, where the Push notification is received.