'Android: Shell adb commands changing periodically

Hey i have this adb command that turns a certain feature off. It basically changes a value of something from True to False. It works for a few days or sometimes a few hours and it changes back to True. Anyone knows what causes this and how could i prevent it? The command is:

adb shell cmd device_config put privacy camera_mic_icons_enabled false default

And it is disabling the green camera and mic indicator when they are on. If this is any help i'm using samsung s10 and android 12.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source