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")