优化
This commit is contained in:
@@ -161,7 +161,7 @@ class App : Application() {
|
|||||||
val readAloudChannel = NotificationChannel(
|
val readAloudChannel = NotificationChannel(
|
||||||
channelIdReadAloud,
|
channelIdReadAloud,
|
||||||
getString(R.string.read_aloud),
|
getString(R.string.read_aloud),
|
||||||
NotificationManager.IMPORTANCE_DEFAULT
|
NotificationManager.IMPORTANCE_HIGH
|
||||||
).apply {
|
).apply {
|
||||||
enableLights(false)
|
enableLights(false)
|
||||||
enableVibration(false)
|
enableVibration(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user