remove is
This commit is contained in:
@@ -35,7 +35,7 @@ public class SocketForegroundService extends Service {
|
||||
|
||||
Notification notification = new NotificationCompat.Builder(this, CHANNEL_ID)
|
||||
.setContentTitle(appName)
|
||||
.setContentText("Background service is running")
|
||||
.setContentText("Background service running")
|
||||
.setSmallIcon(iconResId)
|
||||
.build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user