全部包名与名称确定,后台播放能力已完整,准备进入媒体信息推送部分
This commit is contained in:
+3
-3
@@ -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 初始化完成');
|
||||
|
||||
Reference in New Issue
Block a user