In the phrase “quitar payjoy con adb top”, the magic word is . In Linux/Android, top is a command that shows real-time running processes (like Task Manager). It does not remove or disable anything. It just displays information.
To understand "Top," you need to know that every open window on Android is an "Activity." The command adb shell dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp' shows the "top" activity. Hackers realized that if you can connect via ADB (even through a locked phone), you can kill the "top" PayJoy process. quitar payjoy con adb top