It would be useful to have the ability to force kill all apps that match a given regex. * Can be done via [`ActivityManager.killBackgroundProcess`](https://developer.android.com/reference/android/app/ActivityManager.html#killBackgroundProcesses(java.lang.String)) * Requires permission: [`KILL_BACKGROUND_PROCESSES`](https://developer.android.com/reference/android/Manifest.permission.html#KILL_BACKGROUND_PROCESSES)
It would be useful to have the ability to force kill all apps that match a given regex.
ActivityManager.killBackgroundProcessKILL_BACKGROUND_PROCESSES