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 95a6ddc commit 3d13a91Copy full SHA for 3d13a91
wear/src/main/java/com/example/wear/snippets/alwayson/AlwaysOnService.kt
@@ -131,7 +131,7 @@ class AlwaysOnService1 : AlwaysOnServiceBase() {
131
ongoingActivity.apply(applicationContext)
132
133
val notification = notificationBuilder.build()
134
- // [END android_wear_ongoing_activity_create_notification] // where's the equivalent START? should this even be here? check the docs jjjjjjj
+ // [END android_wear_ongoing_activity_create_notification]
135
136
startForeground(NOTIFICATION_ID, notification)
137
}
0 commit comments