我的应用程序中有一个列表,显示正在运行的应用程序,我还想通过正在运行的应用程序显示使用过的ram。 (其他应用程序)
我也不想使用这段代码:
Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW);
intent.setClassName("com.android.settings", "com.android.settings.RunningServices");
请给我一个解决方案。谢谢!