Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ class BackgroundService : Service() {
}

return NotificationCompat.Builder(this, CHANNEL_ID)
.setContentTitle("ActivityWatch Server")
.setContentText("Server and sync running in background")
.setContentTitle("ActivityWatch")
.setContentText("Running in the background")
// Adaptive launcher mipmaps are not valid status-bar icons (alpha-only).
.setSmallIcon(R.drawable.ic_stat_notification)
.setContentIntent(pendingIntent)
Expand Down
Loading