Search code examples
androidprocessandroid-7.1-nougat

Android 7.1 denied accessing to proc file. How can we get the running processes?


Android 7.1 denied accessing to proc file. How can we get the running processes ?


Solution

  • Use the shell command 'top -n 1' to get the stream, and filter it to get the running process