You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Updated permissions screen and dependencies
Enhanced user experience and app stability:
- Reorganized permissions on the permissions screen into "Normal," "Runtime," and "Special" categories for better clarity.
- Added "Wake Lock" permission to the "Normal" category with a detailed summary.
- Updated the app version code to 38.
- Added `WAKE_LOCK` permission to `AndroidManifest.xml`.
<stringname="summary_preference_permissions_wake_lock">Allows the app to prevent the device from going to sleep (e.g., screen dimming or processor sleeping) during critical operations to ensure they complete without interruption. This is used sparingly to conserve battery.</string>
0 commit comments