如何访问Android 7.0或更高版本Nougat中的进程?

时间:2017-03-10 03:32:31

标签: android process android-7.0-nougat

我尝试通过' / proc'来访问流程信息。文件。但它没有用。我想知道Greenify如何实现这个功能。提前谢谢!

1 个答案:

答案 0 :(得分:0)

很遗憾,您无法在Android 7.0中执行此操作。在Android 7.0中,Google极大地限制了对/ proc的访问。

此限制/功能已向Google报告: https://code.google.com/p/android/issues/detail?id=205565

另一种方法是使用UsageStatsManager。