mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 02:29:25 +01:00
made message fit to screen
This commit is contained in:
parent
b2a1d6e4c1
commit
4d001f0089
@ -75,7 +75,7 @@ public class ForegroundServiceContext extends ContextWrapper {
|
|||||||
return new Notification.Builder(context, channel.getId())
|
return new Notification.Builder(context, channel.getId())
|
||||||
.setOngoing(true)
|
.setOngoing(true)
|
||||||
.setContentTitle("Running in background")
|
.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)
|
.setSmallIcon(R.drawable.ic_foreground_notification)
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user