We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d9b4c commit ad51e8cCopy full SHA for ad51e8c
wear/src/main/java/com/example/wear/snippets/alwayson/AlwaysOnService.kt
@@ -66,7 +66,10 @@ class AlwaysOnService : LifecycleService() {
66
super.onStartCommand(intent, flags, startId)
67
Log.d(TAG, "onStartCommand: Service started with startId: $startId")
68
69
+ // Switch between different types of ongoing notification
70
createNotification1()
71
+ // createNotification2()
72
+ // createNotification3()
73
74
Log.d(TAG, "onStartCommand: Service is now running as foreground service")
75
0 commit comments