UsageStatsManager provides access to Android device usage history and statistics. This tag is to be used with Android tag.
UsageStatsManager provides access to device usage history and statistics. Usage data is aggregated into time intervals: days, weeks, months, and years. This API requires the permission android.permission.PACKAGE_USAGE_STATS
, which is a system-level permission and will not be granted to third-party apps. However, declaring the permission implies intention to use the API and the user of the device can grant permission through the Settings application.
This tag is to be used with android tag.