I’m trying to find some info about apps I find using shell’s top command. All I have is a process name (containing package name). Icon and app name would be perfect. I can’t find any suitable soultion via google. Any help would be aprreciated;)
To be preemptive, I use top because it’s the only way I found to show current processor usage. If someone’s familiar with some more API friendly soultion, I’d be grateful.
Example process names I get are:
com.android.deskclockfor desktop clockcom.creativemobile.DragRacingfor game Drag Racing
Here how you get details. Since you have the package name, you can use it to get the corresponding application name, version, and icon.