I want to get information of other apps usage. Like user used whatsapp for 30min today and similarly for other apps too. How can I get it in React Native Android.
In app usage data in react native
For example User used whatsapp for 30min today, instagram for 50min and email for 2h
UsageStatsManager provides access to device usage history and statistics. Usage data is aggregated into time intervals: days, weeks, months, and years.
The challenge will be to get a user to grant needed permission.
Native module allows to access Android’s APIs from JavaScript.