As the title says, if I issue the following command
adb shell settings put global always_finish_activities 1
if I go to Developer Options, I can see that the toggle as changed from OFF to ON. Also, adb shell settings get global always_finish_activities outputs 1
The problem is that, although the setting has been turned ON, in fact, don't keep activities isn't doing what it is expected.
I only have the launcher and Chrome running and after I issue the ADB command, this is the stack that I have
On the other hand, if I do the same test and manually go to Developer Options settings and manually toggle the setting, this is the stack
Any idea how to bypass this?

