Laur's blog
Sign in Subscribe

wear

A collection of 1 post
Add Wear Notifications to Android App
android

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(R.mipmap.ic_launcher); * Extend the notification mechanism: NotificationCompat.Builder mBuilder = new NotificationCompat.Builder(this) .setContentTitle(titl
Jan 24, 2016 1 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost