
Wakelock Revamp - PowerManager
Easy control over Android's PowerManager.
darken · eu.thedarken.wldonate
UpdatedJun 8, 2024
PublishedJan 15, 2021
Packageeu.thedarken.wldonate
MD537dce01eeefd4d8cd2eaa030fada451d
SHA1 (signer)23:4B:3A:4C:95:85:4C:34:B9:BF:2E:EB:F5:21:FB:65:31:63:51:B9
Signed byO=darken development, C=DE
Malware scanTRUSTED
Websitehttps://darken.eu
Contact[email protected]
Privacy policyView
What's new
v3.4.0
- Maintenance
- Dependency updates
- Maintenance
- Dependency updates
Description
Wake Lock gives you access to Android's Power- and WifiManager.
You can use it on any Android phone or tablet.
Examples of what it can do for you:
• Force the PowerManager to keep the screen on
• Have the CPU still running in standby mode
• Ensure the Wifi connection keeps running at full performance
• Keep the screen on in full brightness or dimmed mode during movies
• Override power saving measures if they are causing issues
This is the modernized version of my app "WakeLock - PowerManager".
What the permissions are used for:
• WAKE_LOCK, to obviously be allowed to acquire wakelocks.
• RECEIVE_BOOT_COMPLETED, to start the app after device reboots.
• READ_PHONE_STATE, to act on start/ending calls, allowing the app to acquire a lock just for the duration of the call.
• INTERNET, for automatic crash tracking. There is an option to disable this, but why would you 🙁?
You can use it on any Android phone or tablet.
Examples of what it can do for you:
• Force the PowerManager to keep the screen on
• Have the CPU still running in standby mode
• Ensure the Wifi connection keeps running at full performance
• Keep the screen on in full brightness or dimmed mode during movies
• Override power saving measures if they are causing issues
This is the modernized version of my app "WakeLock - PowerManager".
What the permissions are used for:
• WAKE_LOCK, to obviously be allowed to acquire wakelocks.
• RECEIVE_BOOT_COMPLETED, to start the app after device reboots.
• READ_PHONE_STATE, to act on start/ending calls, allowing the app to acquire a lock just for the duration of the call.
• INTERNET, for automatic crash tracking. There is an option to disable this, but why would you 🙁?
Required features
- Faketouch android.hardware.faketouch
Permissions (4)
Wakelock Revamp - PowerManager requests the following Android permissions:
- Foreground Service android.permission.FOREGROUND_SERVICE
- Read Phone State android.permission.READ_PHONE_STATE
- Receive Boot Completed android.permission.RECEIVE_BOOT_COMPLETED
- Wake Lock android.permission.WAKE_LOCK