Digital Wellbeing : Total uses time and Categories
In today’s fast-paced digital world, we spend a significant amount of time on our smartphones. While technology makes life easier, excessive screen time can negatively impact our productivity, focu...

Source: DEV Community
In today’s fast-paced digital world, we spend a significant amount of time on our smartphones. While technology makes life easier, excessive screen time can negatively impact our productivity, focus, and mental health. A Digital Wellbeing app helps users monitor and manage their daily screen usage, enabling them to build healthier digital habits and maintain a better work-life balance. Manifest File <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" tools:ignore="ProtectedPermissions" /> <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" tools:ignore="PackageVisibilityPolicy,QueryAllPackagesPermission" /> <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> <application android:allowBackup="true" android:dataExtractionRules="@xml/data_extraction_rules" android:fullBackupContent="@xml/backup_rules" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_roun