mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -496,6 +496,8 @@ abstract class BaseReadAloudService : BaseService(),
|
||||
nSubtitle = getString(R.string.read_aloud_s)
|
||||
val builder = NotificationCompat
|
||||
.Builder(this@BaseReadAloudService, AppConst.channelIdReadAloud)
|
||||
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
|
||||
.setForegroundServiceBehavior(NotificationCompat.FOREGROUND_SERVICE_IMMEDIATE)
|
||||
.setSmallIcon(R.drawable.ic_volume_up)
|
||||
.setSubText(getString(R.string.read_aloud))
|
||||
.setOngoing(true)
|
||||
@@ -535,7 +537,7 @@ abstract class BaseReadAloudService : BaseService(),
|
||||
androidx.media.app.NotificationCompat.MediaStyle()
|
||||
.setShowActionsInCompactView(0, 1, 2)
|
||||
)
|
||||
return builder.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
|
||||
return builder
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user