mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 18:35:06 +01:00
TTS progress channel
This commit is contained in:
@@ -113,7 +113,7 @@ public class ServiceTTS extends ServiceBase {
|
||||
|
||||
private Notification getNotification() {
|
||||
NotificationCompat.Builder builder =
|
||||
new NotificationCompat.Builder(this, "service")
|
||||
new NotificationCompat.Builder(this, "progress")
|
||||
.setForegroundServiceBehavior(Notification.FOREGROUND_SERVICE_DEFAULT)
|
||||
.setSmallIcon(R.drawable.twotone_play_arrow_24)
|
||||
.setContentTitle(getString(R.string.title_rule_tts))
|
||||
|
||||
Reference in New Issue
Block a user