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

python - What's the Pythonic way to report nonfatal errors in a parser? -

sql server - Deadlock occuring in Clustered Columnstore index -

angular - Converting AngularJS deffered promise to AngularX observable for JSOM -