如何显示应用程序使用的ram

时间:2014-01-08 07:22:55

标签: android ram

我的应用程序中有一个列表,显示正在运行的应用程序,我还想通过正在运行的应用程序显示使用过的ram。 (其他应用程序)

我也不想使用这段代码:

Intent intent = new Intent();
            intent.setAction(Intent.ACTION_VIEW);
            intent.setClassName("com.android.settings",  "com.android.settings.RunningServices");

请给我一个解决方案。谢谢!

0 个答案:

没有答案