support multiple listeners based on pid

This commit is contained in:
2026-01-02 15:01:16 +01:00
parent 3a410775b5
commit 16dd10f9a6
6 changed files with 24 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ class NativeService : Service() {
val serviceChannel = NotificationChannel(
CHANNEL_ID,
"Mosis Service Channel",
NotificationManager.IMPORTANCE_LOW
NotificationManager.IMPORTANCE_DEFAULT
)
val manager = getSystemService(NotificationManager::class.java)
manager.createNotificationChannel(serviceChannel)