Disable phantom process killer
https://github.com/KitsunedFox/termux-monet?tab=readme-ov-file#phantom-process-killer
$ adb shell /system/bin/device_config set_sync_disabled_for_tests persistent
$ adb shell /system/bin/device_config put activity_manager max_phantom_processes 2147483647
$ adb shell /system/bin/settings put global settings_enable_monitor_phantom_procs false
Enable phantom process killer
$ adb shell /system/bin/device_config set_sync_disabled_for_tests none
$ adb shell /system/bin/device_config put activity_manager max_phantom_processes 32
$ adb shell /system/bin/settings put global settings_enable_monitor_phantom_procs true