3
score
6.2K
views
yes
status
CC BY-SA 3.0
Android M: How to get all processes UID's?
You can use ActivityManager.getRunningServices(int maxNum) : The documentation states that this is not intended for production. I haven't done much testing with it either. If it doesn't meet your requirements leave a...