As per the title, persistent notifications / the persistent connection is not working in Android 16, I understand the way notifications work changed so apps can not make them actually persistent anymore unless you go out of your way to do something like this; adb shell appops set --uid io.homeassistant.companion.android SYSTEM_EXEMPT_FROM_DISMISSIBLE_NOTIFICATIONS allow (example of result attached)
But my problem is, even after doing this and making the notification actually persistent, it will just randomly disappear after a few hours, and the persistent connection will be lost, so any notifications sent by Home Assistant won't be received until I interact with my phone, making the notifications pretty damn useless
Force stopping the app and letting it re-launch itself brings the notification, and connection, back to normal, but doing this multiple times every day to maintain instant notifications is a bit excessive, are there any other things I could try?