diff --git a/datastore/src/main/java/com/example/datastore/snippets/TimestampUpdateService.kt b/datastore/src/main/java/com/example/datastore/snippets/TimestampUpdateService.kt index 9b10afc5..6d49aee7 100644 --- a/datastore/src/main/java/com/example/datastore/snippets/TimestampUpdateService.kt +++ b/datastore/src/main/java/com/example/datastore/snippets/TimestampUpdateService.kt @@ -34,7 +34,7 @@ class TimestampUpdateService : Service() { // [START_EXCLUDE silent] override fun onBind(intent: Intent): IBinder? = null - // [END_EXCLUDE silent] + // [END_EXCLUDE] override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int { serviceScope.launch {