Lin Haiquan
Android Wear China
Notification channel
Notification channel
Example Of watch notification
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { mNotificationManager.createNotificationChannel( NotificationChannel(“1001”, “New Follower”, NotificationManager.IMPORTANCE_DEFAULT)) mNotificationManager.createNotificationChannel( NotificationChannel(“1002”, “Likes”, NotificationManager.IMPORTANCE_LOW)) } |
Background restrictions
Background services
Use JobScheduler
Please give us feedback
Android Wear issue tracker