mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-12-27 21:25:49 +01:00
parent
714367b3aa
commit
85e06675f3
@ -42,7 +42,7 @@ class NotifyService : LifecycleService() {
|
|||||||
if (Build.VERSION.SDK_INT >= 29) {
|
if (Build.VERSION.SDK_INT >= 29) {
|
||||||
channel.setAllowBubbles(false)
|
channel.setAllowBubbles(false)
|
||||||
}
|
}
|
||||||
channel.vibrationPattern = LongArray(0)
|
channel.vibrationPattern = longArrayOf(0)
|
||||||
getSystemService(NotificationManager::class.java).createNotificationChannel(channel)
|
getSystemService(NotificationManager::class.java).createNotificationChannel(channel)
|
||||||
return channel.id
|
return channel.id
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user