Frontend for android top. Newer android versions prevent top from showing anything but itself.
Root is currently used only for kill, so it does not help either.
from http://en.wikipedia.org/wiki/Top_%28software%29:
top is a task manager program found in many Unix-like operating systems. It produces an ordered list of running processes selected by user-specified criteria, and updates it periodically. Default ordering by CPU usage, and only the top CPU consumers shown (hence the name). top shows how much processing power and memory are being used, as well as other information about the running processes. Some versions of top allow extensive customization of the display, such as choice of columns or sorting method.
You can also kill any procces on rooted devices. App does simple su -c kill -9 pid. This kills the crab.
Phiên bản mới nhất
0.0.5Được tải lên bởi
Baramee Chairangsee
Yêu cầu Android
Android 4.0+
Danh mục
Miễn phí Công cụ ỨNG DỤNGXếp hạng nội dung
Everyone
Báo cáo
Gắn cờ là không phù hợpLast updated on Oct 24, 2018
0.0.5: fx for android 8+ new top from tinybox, still shows only itself:(
0.0.4: anr fix
0.0.3: theme change
0.0.2: API level bumped to 10, this removes excessive permissions automatically added by google.
0.0.1: initial release