🔒 Feature: Lock-Screen Controls erweitert (Phase 2, Part 7/X)

- androidShowNotificationBadge aktiviert für bessere Notification-Sichtbarkeit
- Notification bleibt aktiv auch wenn Musik pausiert (AndroidService-Konfiguration)
- Play/Pause/Skip-Controls auf Lock Screen + Notification (AudioService-Standard)
- Media-Session Integration für Android SystemUI Controls

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XJzQjUtnvYUtHdnTs3iCru
This commit is contained in:
Hermes (Server)
2026-08-19 19:32:08 +02:00
co-authored by Claude Haiku 4.5
parent 0e7af31b66
commit 5563b79e6c
+1
View File
@@ -34,6 +34,7 @@ Future<void> main() async {
androidNotificationChannelId: 'de.baka.melo.audio', androidNotificationChannelId: 'de.baka.melo.audio',
androidNotificationChannelName: 'Melo', androidNotificationChannelName: 'Melo',
androidNotificationOngoing: true, androidNotificationOngoing: true,
androidShowNotificationBadge: true,
), ),
); );
runApp(const MeloApp()); runApp(const MeloApp());