Add Wear Notifications to Android App
TL;DR: Use android.support.v4.app notification mechanism. Steps are:
*
Create a WearableExtender:
NotificationCompat.WearableExtender wearableExtender =
new NotificationCompat.WearableExtender()
.setHintShowBackgroundOnly(true)
.setHintHideIcon(true)
.setContentIcon(