How to get current running process in Nougat version

  • Replies:0
Nahidul Islam
  • Forum posts: 2

Apr 22, 2017, 8:53:23 AM via Website

i have tried several ways to find current running apps in new android version Nougat .
1. activityManager.getRunningAppProcesses()
2. Runtime command to get from proc file
3. Shell.SH.run("ps"); using eu.chainfire:libsuperuser:1.0.0.+ library

But every time i get only my apps processes not other processes .
Is there any other way to find current running processes in Nougat version ?

Syeful Islam

Reply