How can I get all the applications that are currently running on android? -


i want running app on android device. maybe, need use packagemanager? have tried used packagemanager, did not succeed, maybe, have better decision?

using below code can running application list

activitymanager = (activitymanager) getsystemservice(context.activity_service); list<activitymanager.runningappprocessinfo> runningappprocessinfo = am.getrunningappprocesses(); 

Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -