adb shell appops set com.instagram.android RUN_IN_BACKGROUND ignore adb shell appops set com.instagram.android WAKE_LOCK ignore
Using ADB, you can inject these same events directly into the system—even if the physical button is broken, or if the app is in the background (with limitations). adb app control extended key
Manufacturer apps (e.g., Samsung’s Game Launcher, Xiaomi’s MSA) often respawn. An extended key control can run a recurring ADB script every 6 hours to re-disable or suspend them—something a standard pm disable can’t sustain alone. adb shell appops set com
Syntax: adb shell appops set <package> <op> <mode> Samsung’s Game Launcher
: Supports sending and installing multiple APK files simultaneously via drag-and-drop.