From 33daf1be0469c015c8b36bfa02e570aab69afbab Mon Sep 17 00:00:00 2001 From: Oizaro Date: Thu, 22 Oct 2020 03:40:34 +0200 Subject: [PATCH] Oreo reboot fix --- .../java/org/microg/gms/common/ForegroundServiceContext.java | 1 - 1 file changed, 1 deletion(-) diff --git a/play-services-core/src/main/java/org/microg/gms/common/ForegroundServiceContext.java b/play-services-core/src/main/java/org/microg/gms/common/ForegroundServiceContext.java index ca459bb6..9444f2f9 100644 --- a/play-services-core/src/main/java/org/microg/gms/common/ForegroundServiceContext.java +++ b/play-services-core/src/main/java/org/microg/gms/common/ForegroundServiceContext.java @@ -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")