This commit is contained in:
2024-02-27 22:09:30 +03:00
parent bfa3231823
commit 38a3141d43
479 changed files with 36348 additions and 10142 deletions

View File

@@ -0,0 +1,10 @@
package it.hamy.muza.service
const val NOTIFICATION_ID = 1001
const val NOTIFICATION_CHANNEL_ID = "default_channel_id"
const val SLEEP_TIMER_NOTIFICATION_ID = 1002
const val SLEEP_TIMER_NOTIFICATION_CHANNEL_ID = "sleep_timer_channel_id"
const val DOWNLOAD_NOTIFICATION_ID = 1003
const val DOWNLOAD_NOTIFICATION_CHANNEL_ID = "download_channel_id"