remove is
This commit is contained in:
parent
16388ea9b9
commit
152a31f876
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user