get_app_usage
Retrieve app usage and screen time statistics from Android devices. Select from usagestats, batterystats, or procstats and filter by package name for targeted analysis.
Instructions
Retrieve app usage and screen time statistics from the device using the usagestats or batterystats services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Specific device serial number | |
| service | No | Target system service to dump stats for | usagestats |
| packageName | No | Filter statistics to a specific application package name (e.g. 'com.example.app') |