mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2025-01-24 01:47:36 +01:00
Fix grammar
This commit is contained in:
parent
9e0ba087f3
commit
6429c006f4
@ -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.")
|
.setContentText("This notification ensures that microG does not get killed.")
|
||||||
.setSmallIcon(R.drawable.ic_foreground_notification)
|
.setSmallIcon(R.drawable.ic_foreground_notification)
|
||||||
.setColor(0xFFFFFF)
|
.setColor(0xFFFFFF)
|
||||||
.build();
|
.build();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user