Thứ Năm, 8 tháng 4, 2010

Android - Killing Processes

http://developer.android.com/reference/android/os/Process.html#killProcess%28int%29

Due to kernel restriction, Process.killProcess(processID) is not allowed to kill processes that they did not in the application package/system-default application like: Calculator, BrowserActivity, ...

Using:
>adb -[option d/e] shell top
to show updated running processes.

có liên quan tới: Process | Android Developers (xem trên Google Sidewiki)

Không có nhận xét nào:

Đăng nhận xét