I have been digging deep into the using ActivityManager's killBackgroundProcesses function to have my Android application kill another running application, however as it is widely know, an application with a different UID than your own cannot simply be killed.
After reviewing this documentation: https://developer.android.com/training/permissions/requesting.html
I have been interested to see if a user is prompted for permission, if another application (like Google Maps, Messages, Phone, etc.) can be killed by my application. Does anyone have insight on if this is possible?