Android system allows us to kill background processes of other installed android applications using below permission
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
and
void killBackgroundProcesses (String packageName) API
But is there any way to kill foreground service of third party applications?