https://bugs.kde.org/show_bug.cgi?id=476123
--- Comment #7 from chicumiha...@gmail.com --- I've tried to dig a little deeper,here are my findings: These are the relevant logs from what i've been able to gather 10-11 16:37:30.863 4816 4816 I SystemUi--Notification: MediaTimeoutListener-->AOD_MEDIA_PANEL-->timeout by cancellation (post delay) 10-11 16:37:30.866 4816 4816 I SystemUi--Notification: MediaDataManager-->AOD_MEDIA_PANEL-->Updating 0|org.kde.kdeconnect_tp|-1850276765|null|10383 timedOut: true 10-11 16:37:31.001 3249 5709 I MediaSessionService: tempAllowlistTargetPkgIfPossible callingPackage:com.android.systemui targetPackage:org.kde.kdeconnect_tp reason:MediaSessionRecord:stop [WIU] [FGS] The issue seems to occur when the media control notification times out after a period of inactivity,the system stops the notification and triggers the onStop method in mediaSessionCallback and sends stop signal via dbus.I've placed breakpoints all over when debugging this issue and only the callback was triggered so i assume the system is doing it. It might only happen to ColorOS/OxygenOS devices since original reporter and myself use one,i am running on a OnePlus 12r with android 14 CPH2609_14.0.0.832.I tried it on a Honor device running android 14 and the issue didnt happen.I havent found any settings that can help with this issue,the only thing that helped was building the app without the stop callback.I also had some success with versions below 1.25 but it could have been a coincidence -- You are receiving this mail because: You are watching all bug changes.