You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-Focus Hijack (Beta): Introduced a new background feature that automatically reclaims smartwatch media control when third-party media apps (e.g., YouTube, Spotify) are paused.
Universal Media Interception: Implemented NotificationListenerService (FocusListenerService) to detect standard Android media session state changes across the system.
Settings Toggle: Added an actionable menu item in the top Toolbar to enable or disable the Auto-Focus feature based on user preference.
Permission Flow: Added a native dialog flow to guide users to Android's "Notification Access" settings when enabling the Auto-Focus feature.
Changed
Bluetooth Focus Override: Upgraded MediaService with an aggressive focus request protocol (AudioManager.AUDIOFOCUS_GAIN).
State Synchronization: Implemented a micro-delay state shift (100ms Play/Pause simulation) inside onStartCommand to bypass rigid Android Bluetooth media locks and force smartwatch screen refreshes.