fix #4090 android 14 can not show play control in lock screen
This commit is contained in:
@@ -540,6 +540,8 @@ abstract class BaseReadAloudService : BaseService(),
|
||||
builder.setStyle(
|
||||
androidx.media.app.NotificationCompat.MediaStyle()
|
||||
.setShowActionsInCompactView(0, 1, 2)
|
||||
//fix #4090 android 14 can not show play control in lock screen
|
||||
.setMediaSession(mediaSessionCompat.sessionToken)
|
||||
)
|
||||
return builder
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user