Reputation: 5872
Is there a way to create a notification that will only appear on the android wear device (and not in the mobile device)?
Upvotes: 1
Views: 259
Reputation: 10383
Please take a look at answer in your other question. Different text for the wear device and the mobile device
Basically just ignore step to make a notification on your phone (with setLocalOnly()
) and you will achieve exactly the result your are looking for (only notification on Wear device).
Upvotes: 1