mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-10 13:05:05 +00:00
made message fit to screen
This commit is contained in:
parent
b2a1d6e4c1
commit
4d001f0089
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue