Configuration

Configuration

ekrana

The configuration file is located at:

/data/adb/modules/QuietKill/config.txt

You can fine-tune the module using these parameters:

Parameter Description

PARALLEL=1 Enables parallel killing of multiple apps.

MAX_JOBS=4 Sets how many apps can be killed at the same time.

ONLY_RUNNING=1 Kills only currently running apps (not cached ones).

SKIP_CRITICAL=1 Skips critical system processes for safety.

VERBOSE=1 Enables detailed log output.

WILDCARD_IGNORE=0 Enables wildcard patterns in ignore list if set to 1.


Always make sure critical apps (like launcher, system UI, or messaging apps) are on the ignore list to avoid issues.

Report Page