Made notification text more clear.

This commit is contained in:
KevinX8 2020-07-29 14:06:32 +03:00
parent 1165a67cc7
commit dc3b4c1062

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.")
.setContentText("This notification ensures that microG does not get killed. Disable battery optimisations for microG to remove it")
.setSmallIcon(R.drawable.ic_foreground_notification)
.build();
}