notification

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(

Episode

00:00:00 00:00:00