diff --git a/mobile/src/main/java/net/activitywatch/android/BackgroundService.kt b/mobile/src/main/java/net/activitywatch/android/BackgroundService.kt index 6a7a18ed..e202e0b3 100644 --- a/mobile/src/main/java/net/activitywatch/android/BackgroundService.kt +++ b/mobile/src/main/java/net/activitywatch/android/BackgroundService.kt @@ -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)