全部包名与名称确定,后台播放能力已完整,准备进入媒体信息推送部分

This commit is contained in:
2026-08-23 17:55:04 +08:00
parent 00e9b52872
commit fe3b7de20a
5 changed files with 39 additions and 35 deletions
+3 -3
View File
@@ -259,9 +259,9 @@ class _QTPlayerAppState extends State<QTPlayerApp> {
builder: () => _audioHandler!,
config: const audio_service.AudioServiceConfig(
androidNotificationChannelId: 'com.lxh.qingting_player.music',
androidNotificationChannelName: '清听音乐播放',
androidNotificationOngoing: true,
androidStopForegroundOnPause: true,
androidNotificationChannelName: '清听',
androidNotificationOngoing: false,
androidStopForegroundOnPause: false,
),
);
debugPrint('✅ AudioService 初始化完成');