mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 02:29:25 +01:00
Made notification text more clear.
This commit is contained in:
parent
1165a67cc7
commit
dc3b4c1062
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user