Since Android 11, there is a system feature where it resets app permissions after a certain amount of time has passed and you haven't used the app. I hate this, it keeps resetting apps I use infrequently.
I know you can turn it off on most apps, but it seems to turn back on when there are app or system updates. There must be a way to disable this feature entirely or to make the default setting off instead of on.
I have tried various searches but I can find nothing. Others must have had the desire to disable this annoying feature? Any help would be appreciated!

device_config put app_hibernation app_hibernation_enabled false(run with adb shell, no need for root). I'll have to wait for a while though to see if it keeps removing permissions to be sure :D Ref: https://developer.android.com/topic/performance/app-hibernation#manually-invoke – Matt Lyons-Wood Mar 26 '24 at 05:18