mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-24 20:25:14 +00:00
Fix grammar
This commit is contained in:
parent
9e0ba087f3
commit
6429c006f4
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())
|
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…
Reference in a new issue