TTS progress channel

master
M66B 2 days ago
parent dfb2536502
commit 30b1458700

@ -113,7 +113,7 @@ public class ServiceTTS extends ServiceBase {
private Notification getNotification() { private Notification getNotification() {
NotificationCompat.Builder builder = NotificationCompat.Builder builder =
new NotificationCompat.Builder(this, "service") new NotificationCompat.Builder(this, "progress")
.setForegroundServiceBehavior(Notification.FOREGROUND_SERVICE_DEFAULT) .setForegroundServiceBehavior(Notification.FOREGROUND_SERVICE_DEFAULT)
.setSmallIcon(R.drawable.twotone_play_arrow_24) .setSmallIcon(R.drawable.twotone_play_arrow_24)
.setContentTitle(getString(R.string.title_rule_tts)) .setContentTitle(getString(R.string.title_rule_tts))

Loading…
Cancel
Save