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