mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-27 21:53:00 +00:00
Oreo reboot fix
This commit is contained in:
parent
d4c15d3a3a
commit
33daf1be04
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ public class ForegroundServiceContext extends ContextWrapper {
|
|||
NotificationManager.IMPORTANCE_LOW);
|
||||
Channel.setShowBadge(false);
|
||||
Channel.setLockscreenVisibility(0);
|
||||
Channel.setVibrationPattern(new long[0]);
|
||||
context.getSystemService(NotificationManager.class).createNotificationChannel(Channel);
|
||||
}
|
||||
return new NotificationCompat.Builder(context, "foreground-service")
|
||||
|
|
Loading…
Reference in a new issue