shanwu
shanwu

Reputation: 1675

how to check individual android app's system resource info?

As title described, I am trying to make an android app which can check on other app's

system resource usage info...for instance, mobile audio volume, network access ability...etc

Is there any android sdk library can help me accomplish such job ? I knew app like this

http://www.guidingtech.com/11501/monitor-app-activities-resource-usage-android/

is what I am trying to make ... Please give me some direction, thank you for your patience.

Upvotes: 0

Views: 121

Answers (1)

sandrstar
sandrstar

Reputation: 12643

Probably, PackageManager provides some of the information You need. Checkouot its getInstalledPackages method and PackageInfo

Upvotes: 1

Related Questions