It's possible that an Android application has two or more processes.
I want to know how can I get all the processes' identifier (pids) from the application's package name or uid programmatically? (I'm not very familiar with the relationships of uid & pid & package name).
Thanks for anyone that can help.