How to send notification from handheld to wear to open Activity on wear device
The pattern to use for this is: Create a DataItem on the mobile. It will be synced to the connected wearable automatically. On the wearable, implement a WearableListenerService and listen for onDataChanged events. When you receive a DataItem, create a notification (with the data sent in the DataItem) and send it locally (i.e. on the … Read more