优化
This commit is contained in:
@@ -500,6 +500,7 @@ abstract class BaseReadAloudService : BaseService(),
|
||||
.Builder(this@BaseReadAloudService, AppConst.channelIdReadAloud)
|
||||
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
|
||||
.setForegroundServiceBehavior(NotificationCompat.FOREGROUND_SERVICE_IMMEDIATE)
|
||||
.setCategory(NotificationCompat.CATEGORY_TRANSPORT)
|
||||
.setSmallIcon(R.drawable.ic_volume_up)
|
||||
.setSubText(getString(R.string.read_aloud))
|
||||
.setOngoing(true)
|
||||
|
||||
Reference in New Issue
Block a user