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
I use PMX for a lot of different things, but the biggest being stopping apps from taking my audio away from other apps. For instance if I am listening to music and open TikTok to check notifications I don't want it pausing my music (that app in particular has next to no allowed permissions in general). My Pixel told me there was an update available the other night, Android 15, I installed it as I have done before. However, ever sense the update apps that play audio can now take my audio focus even if I deny the permission. I am not sure if this is specifically a Android 15 thing or an issue with the app. It is slightly annoying to have my music replaced by some brain rot degenerate 3 second video audio when all I want is to clear a notification bubble or respond to a comment.
The text was updated successfully, but these errors were encountered:
This issue has been reported earlier by other users. I've made a few quick tests today. It's a bug in Android 15, and hopefully not the expected behavior. Because as per official docs, Android ducks / mutes the playback of an app when it loses audio focus (which should happen if TAKE_AUDIO_FOCUS is not granted).
And this was the behavior up to Android 14, as I had written this answer some time ago. Interestingly, this behavior is still valid on Android 15 if the app targets Android 15. But if the app targets some earlier version, this no more works.
Let's hope this get fixed in upcoming Android releases. Others are facing the same problem. And there are other issues in Android 15 related to audio focus. AOSP team has made some changes to audio focus handling. Among others, TAKE_AUDIO_FOCUS check has moved from MediaFocusControl to a new class HardeningEnforcer. Seems like these changes didn't go well.
I use PMX for a lot of different things, but the biggest being stopping apps from taking my audio away from other apps. For instance if I am listening to music and open TikTok to check notifications I don't want it pausing my music (that app in particular has next to no allowed permissions in general). My Pixel told me there was an update available the other night, Android 15, I installed it as I have done before. However, ever sense the update apps that play audio can now take my audio focus even if I deny the permission. I am not sure if this is specifically a Android 15 thing or an issue with the app. It is slightly annoying to have my music replaced by some brain rot degenerate 3 second video audio when all I want is to clear a notification bubble or respond to a comment.
The text was updated successfully, but these errors were encountered: