made message fit to screen

This commit is contained in:
KevinX8 2020-07-29 14:47:12 +03:00
parent b2a1d6e4c1
commit 4d001f0089

View File

@ -75,7 +75,7 @@ public class ForegroundServiceContext extends ContextWrapper {
return new Notification.Builder(context, channel.getId())
.setOngoing(true)
.setContentTitle("Running in background")
.setContentText("This notification ensures that microG does not get killed. Disable battery optimisations for microG to remove it")
.setContentText("Disable battery optimisations for microG to remove me")
.setSmallIcon(R.drawable.ic_foreground_notification)
.build();
}