I'm wondering if it is possible to send notification from handheld (android phone) to wear device to open Activity on wear device? What I want to do is as following.
So far, I checked the following documents, but it's different from what I want to do.
- Adding Wearable Features to Notifications
- What is described here is sending notification from phone to wear, then open activity on the phone (I want to open activity on the wear)
- Create Custom Notifications
- What is described here is sending notification from wear to wear, then open activity on the wear (I want to send notification from phone to wear)
Any ideas?