mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-26 22:45:30 -04:00
Fix #54. Thanks @slavino for the report!
This commit is contained in:
@@ -353,7 +353,7 @@ class MeshService : Service(), Logging {
|
||||
@RequiresApi(Build.VERSION_CODES.O)
|
||||
private fun createNotificationChannel(): String {
|
||||
val channelId = "my_service"
|
||||
val channelName = "My Background Service"
|
||||
val channelName = getString(R.string.meshtastic_service_notifications)
|
||||
val chan = NotificationChannel(
|
||||
channelId,
|
||||
channelName, NotificationManager.IMPORTANCE_HIGH
|
||||
|
||||
Reference in New Issue
Block a user